-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
43 lines (43 loc) · 1.02 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
{
"name": "testing-cloud-app",
"version": "0.0.3",
"dependencies": {
"async": "^2.5.0",
"body-parser": "~1.15.2",
"chai": "^3.5.0",
"cors": "~2.7.1",
"dummy-json": "^1.0.0",
"express": "~4.14.0",
"fh-component-metrics": "^2.0.1",
"fh-mbaas-api": "^9.1.4",
"mocha": "^2.1.0",
"request": "2.79.0",
"underscore": "^1.8.3",
"winston": "^2.2.0"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-concurrent": "latest",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "latest",
"grunt-env": "~0.4.1",
"grunt-nodemon": "0.4.2",
"grunt-open": "~0.2.3",
"grunt-plato": "~1.2.1",
"grunt-shell": "^1.3.0",
"istanbul": "0.4.3",
"load-grunt-tasks": "^3.5.0",
"proxyquire": "1.7.9",
"should": "9.0.2",
"sinon": "^1.17.2",
"supertest": "1.2.0",
"time-grunt": "^1.3.0"
},
"main": "application.js",
"scripts": {
"test": "grunt unit",
"debug": "grunt serve",
"start": "node application.js"
},
"license": "mit"
}