-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.54 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.54 KB
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
{
"name": "rendergraph",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "https://rendergraph.analyticsdojo.com"
},
"scripts": {
"start": "node app.js",
"test": "mocha --reporter spec --timeout 5000"
},
"dependencies": {
"async": "^1.5.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.14.2",
"browserify": "^13.0.0",
"cheerio": "^0.19.0",
"clockwork": "^0.1.0",
"compression": "^1.6.0",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.1",
"dotenv": "^1.2.0",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"express-flash": "^0.0.2",
"express-session": "^1.13.0",
"express-validator": "^2.18.0",
"fbgraph": "^1.1.0",
"github-api": "^0.11.2",
"instagram-node": "^0.5.8",
"jade": "^1.11.0",
"jsforce": "^1.5.1",
"karma": "^0.13.22",
"lob": "^3.7.0",
"lodash": "^4.0.0",
"lusca": "^1.3.0",
"method-override": "^2.3.5",
"mongoose": "^4.3.5",
"morgan": "^1.6.1",
"node-sass-middleware": "^0.9.7",
"nodemailer": "^2.0.0",
"passport": "0.3.2",
"passport-forcedotcom": "^0.1.3",
"passport-local": "^1.0.0",
"passport-oauth": "^1.0.0",
"passport-openid": "^0.4.0",
"phantomjs-prebuilt": "^2.1.3",
"plotly": "^1.0.6",
"request": "^2.67.0",
"serve-favicon": "^2.3.0",
"validator": "^4.5.0",
"yui": "^3.18.1"
},
"devDependencies": {
"blessed": "^0.1.81",
"chai": "^3.4.1",
"mocha": "^2.3.4",
"multiline": "^1.0.2",
"supertest": "^1.1.0"
},
"license": "MIT"
}