-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "insurance-orders",
"version": "0.0.1",
"description": "A Node.js app for interacting with insurance orders.",
"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",
"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",
"request": "2.72.x",
"spec-xunit-file": "0.0.1-3",
"wd": "latest"
},
"devDependencies": {
"dotenv": "2.0.x"
},
"repository": {
"type": "git",
"url": "https://github.com/IBM-Bluemix/insurance-orders.git"
},
"engines": {
"node": "4.4.x"
},
"author": "IBM Corp.",
"license": "Apache-2.0"
}