-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 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
{
"name": "period-statistics",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bluebird": "^3.0.6",
"body-parser": "^1.14.1",
"bunyan": "^1.5.1",
"connect-timeout": "^1.7.0",
"cookie-parser": "~1.3.3",
"d3": "^3.5.12",
"debug": "^2.0.0",
"express": "^4.13.3",
"express-bunyan-logger": "^1.2.0",
"inflection": "^1.8.0",
"jade": "~1.6.0",
"jsdom": "^7.2.1",
"json2csv": "^3.0.2",
"knox": "^0.9.2",
"le_node": "^1.6.4",
"lodash": "^3.10.1",
"mailgun-js": "^0.7.7",
"moment": "^2.10.6",
"moment-timezone": "^0.4.1",
"morgan": "~1.3.0",
"nchart": "^1.0.1",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"plotly": "^1.0.6",
"sequelize": "^3.15.0",
"sequelize-cli": "^2.2.1",
"serve-favicon": "~2.1.3",
"superagent": "^1.5.0",
"underscore": "^1.8.3",
"url-join": "0.0.1"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^4.0.0",
"mocha": "^2.3.4"
}
}