-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 888 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
36
{
"name": "back-end-worker-boilerplate",
"description": "",
"version": "0.0.1",
"private": true,
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {
"bluebird": "0.11.x",
"coffee-script": "1.6.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-env": "0.4.x",
"source-map-support": "0.2.x"
},
"devDependencies": {
"blanket": "1.1.x",
"chai": "1.8.x",
"chai-as-promised": "4.1.x",
"grunt-coffeelint": "0.0.x",
"grunt-concurrent": "0.4.x",
"grunt-contrib-coffee": "0.7.x",
"grunt-contrib-watch": "0.5.x",
"grunt-mocha-test": "0.7.x",
"grunt-node-inspector": "0.1.x",
"grunt-nodemon": "0.1.x",
"mocha": "1.14.x",
"mocha-as-promised": "1.4.x"
}
}