-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
42 lines (42 loc) · 876 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
37
38
39
40
41
42
{
"name": "supply-chain-weather",
"version": "0.0.1",
"private": false,
"main": "app.js",
"scripts": {
"cake": "cake",
"watch": "cake watch",
"start": "node app.js",
"postinstall": "bower install --allow-root"
},
"engines": {
"node": "4.0.x"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/IBM-Bluemix/supply-chain-weather.git"
},
"dependencies": {
"bower": "1.3.x",
"async": "0.9.x",
"cf-deployment-tracker-client": "0.0.x",
"cfenv": "1.0.x",
"hapi": "8.4.x",
"lru-cache": "2.5.x",
"nano": "6.1.x",
"request": "2.51.x",
"restler": "^3.4.0",
"underscore": "1.7.x"
},
"devDependencies": {
"cakex": "0.1.x",
"coffee-script": "1.9.x"
},
"author": [
{
"name": "Jake Peyser",
"email": "[email protected]"
}
]
}