-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 814 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": "OrdersAPITests",
"version": "0.1.5",
"description": "A microservices sample orders API.",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"ibmapm":"0.1.x",
"body-parser": "1.12.x",
"cfenv": "1.0.x",
"cloudant": "*",
"consolidate": "0.11.x",
"cors": "2.5.x",
"express": "3.20.x"
},
"devDependencies":{
"chai": "latest",
"chai-as-promised": "latest",
"colors": "latest",
"grunt": "~0.4.5",
"grunt-concurrent": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "latest",
"grunt-simple-mocha": "latest",
"lodash": "latest",
"mocha": "^2.3.3",
"spec-xunit-file": "0.0.1-3",
"wd": "latest"
},
"repository": {},
"engines": {
"node": "4.2.x"
}
}