-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
44
{
"name": "Microservices_CatalogAPI",
"version": "0.0.1",
"description": "A microservices sample catalog API.",
"scripts": {
"start": "node app.js"
},
"engines": {
"node": "^4.6",
"npm": "3.5.3"
},
"dependencies": {
"body-parser": "1.12.x",
"cfenv": "1.0.x",
"cloudant": "*",
"consolidate": "0.11.x",
"cors": "2.5.x",
"express": "3.20.x"
},
"repository": {},
"devDependencies": {
"async": "^1.5.2",
"chai": "^3.4.1",
"chai-as-promised": "latest",
"colors": "latest",
"grunt": "^0.4.5",
"grunt-concurrent": "latest",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "latest",
"grunt-env": "^0.4.4",
"grunt-istanbul": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-simple-mocha": "latest",
"lodash": "latest",
"mocha": "^2.3.3",
"request": "^2.67.0",
"rewire": "^2.5.1",
"sinon": "^1.17.2",
"spec-xunit-file": "0.0.1-3",
"wd": "latest"
}
}