-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 788 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 788 Bytes
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
{
"name": "OrdersAPITests",
"version": "0.1.5",
"description": "A microservices sample orders API.",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "1.12.x",
"cfenv": "1.0.x",
"cloudant": "*",
"consolidate": "0.11.x",
"cors": "2.5.x",
"express": "3.20.x",
"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": "0.10.38",
"npm": "2.1.1"
}
}