-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 923 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
37
38
{
"name": "helloworld-cloud",
"version": "0.2.0",
"dependencies": {
"body-parser": "~1.0.2",
"cors": "~2.2.0",
"express": "~4.0.0",
"fh-mbaas-api": "5.12.0",
"request": "~2.40.0"
},
"devDependencies": {
"grunt-concurrent": "latest",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-watch": "latest",
"grunt-env": "~0.4.1",
"grunt-node-inspector": ">=0.2.0",
"grunt-nodemon": "0.2.0",
"grunt-open": "~0.2.3",
"grunt-plato": "~1.0.0",
"grunt-run": "0.6.0",
"grunt-shell": "^0.7.0",
"istanbul": "0.2.7",
"load-grunt-tasks": "^0.4.0",
"mocha": "^2.1.0",
"proxyquire": "0.5.3",
"should": "2.1.1",
"sinon": "^1.17.2",
"supertest": "0.8.2",
"time-grunt": "^0.3.2"
},
"main": "application.js",
"scripts": {
"test": "grunt unit",
"debug": "grunt serve",
"start": "node application.js"
},
"license": "mit"
}