forked from krakenjs/kraken-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "kraken-devtools",
"version": "1.2.1",
"description": "A development mode toolkit for kraken",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/krakenjs/kraken-devtools.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": [
"node",
"javascript",
"kraken"
],
"author": "Erik Toth <[email protected]>",
"contributors": [
"Jean-Charles Sisk <[email protected]>",
"Jeff Harrell <[email protected]>"
],
"licenses": [
{
"type": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"dependencies": {
"async": "^0.2.7",
"concat-stream": "^1.4.4",
"debuglog": "^1.0.1",
"minimatch": "^0.2.14",
"mkdirp": "^0.3.5",
"n-deep-merge": "0.0.1",
"rimraf": "^2.2.6"
},
"devDependencies": {
"dustjs-linkedin": "^2.3.4",
"express": "^3.4.0",
"grunt": "^0.4.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.7.0",
"grunt-mocha-test": "^0.7.0",
"less": "^1.7.0",
"localizr": "^0.1.0",
"mocha": "^1.9.0",
"node-sass": "^1.0.0",
"stylus": "^0.43.0",
"supertest": "^0.10.0"
}
}