-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "bowerz",
"version": "0.1.0",
"description": "test bower components in kraken 1.0",
"author": "@grawk",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"dependencies": {
"kraken-js": "^1.0.0-rc.1",
"kraken-devtools": "^1.0.0-alpha.3",
"engine-munger": "^0.1.1",
"express": "^3.5.0",
"dustjs-helpers": "~1.2.0",
"dustjs-linkedin": "~2.3.4",
"requirejs": "~2.1.11",
"adaro": "~0.1.5",
"localizr": "~0.1.0",
"less": "~1.7.0"
},
"devDependencies": {
"mocha": "^1.18.0",
"supertest": "^0.9.0",
"grunt-contrib-requirejs": "~0.4.3",
"grunt-dustjs": "~1.2.1",
"grunt-copy-to": "0.0.10",
"grunt-contrib-clean": "~0.5.0",
"grunt-config-dir": "~0.3.2",
"grunt-contrib-jshint": "~0.6.5",
"grunt": "~0.4.4",
"grunt-localizr": "~0.1.0",
"grunt-mocha-cli": "~1.8.0",
"grunt-contrib-less": "~0.9.0",
"grunt-bower-task": "git://github.com/grawk/grunt-bower-task#devel"
},
"generator-kraken": {
"version": "1.0.0-beta.3",
"template": "dustjs",
"css": "less",
"js": "requirejs",
"task": "grunt"
}
}