-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·42 lines (42 loc) · 1.11 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
{
"name": "hello-retail",
"version": "0.0.1",
"main": "server.js",
"private": true,
"description": "Retail Forecasting Demo App with Dynamic Weather Alert",
"author": "osipov",
"tags": ["retail,weather,spss,forecasting,analytics"],
"licenses":
[
{
"type": "Apache 2.0 License"
}
],
"engines": {
"node": "0.10.x",
"npm": "1.4.x"
},
"dependencies":
{
"cf-env": "0.1.x",
"express": "3.5.x",
"connect": "2.11.x",
"commander": "2.2.x",
"lru-cache": "2.3.x",
"underscore": "1.5.x",
"htmlparser": "1.7.x",
"optimist": "0.6.0",
"config-chain": "1.1.x",
"passport": "0.1.x",
"soupselect": "0.2.x",
"bower": "1.3.x",
"xmldom": "0.1.x",
"async": "0.7.x",
"nano": "5.10.0",
"q": "1.0.1",
"string": "1.8.x"
},
"homepage": "",
"bugs": "",
"repository": ""
}