-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "insurance-catalog",
"version": "1.0.0",
"description": "A Node.js app for interacting with insurance policies in a Cloudant DB.",
"private": false,
"keywords": [
"bluemix",
"microservices",
"watson",
"cloudant",
"nosql"
],
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "1.12.x",
"cf-deployment-tracker-client": "*",
"cfenv": "1.0.x",
"cloudant": "1.6.x",
"consolidate": "0.11.x",
"cors": "2.5.x",
"express": "3.20.x",
"watson-developer-cloud": "1.9.x"
},
"devDependencies": {
"async": "^1.5.2",
"chai": "^3.4.1",
"chai-as-promised": "latest",
"colors": "latest",
"dotenv": "^2.0.0",
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Bluemix/insurance-catalog.git"
},
"bugs": {
"url": "https://github.com/IBM-Bluemix/insurance-catalog/issues"
},
"engines": {
"node": "4.4.x"
},
"author": "IBM Corp.",
"contributors": [
{
"name": "Jake Peyser",
"email": "[email protected]"
}
],
"license": "Apache-2.0"
}