-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
35 lines (35 loc) · 926 Bytes
/
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
{
"name": "kraken-example-bootstrap",
"version": "0.0.1",
"description": "An example using Twitter Bootstrap",
"author": "@ajvsms",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js"
},
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"kraken-js": "~0.7.0",
"express": "~3.4.4",
"adaro": "~0.1.x",
"nconf": "~0.6.8",
"less": "~1.3.3",
"dustjs-linkedin": "~2.0.3",
"dustjs-helpers": "~1.1.1",
"makara": "~0.3.0"
},
"devDependencies": {
"mocha": "~1.10.0",
"supertest": "~0.8.2",
"grunt": "~0.4.1",
"grunt-contrib-less": "~0.7.0",
"grunt-dustjs": "~1.1.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-mocha-cli": "~1.3.0",
"grunt-copy-to": "0.0.10"
}
}