-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "rna_central",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "BLUEBIRD_DEBUG=1 DEBUG=rna_central* forever lib/bin/www",
"watch": "BLUEBIRD_DEBUG=1 DEBUG=rna_central* supervisor --extensions 'js,jade,html,styl,txt,/lib/bin/www' ./lib/bin/www",
"debug": "BLUEBIRD_DEBUG=1 DEBUG=rna_central* supervisor --debug ./lib/bin/www",
"repl": "node ./lib/util/repl.js"
},
"dependencies": {
"bluebird": "^2.9.30",
"body-parser": "^1.13.1",
"colors": "^1.1.2",
"config": "^1.14.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.1",
"consolidate": "^0.13.1",
"cookie-parser": "^1.3.5",
"cron": "^1.0.9",
"debug": "^2.2.0",
"ejs": "^2.3.1",
"express": "^4.13.0",
"express-session": "^1.11.3",
"forever": "^0.14.1",
"forms": "^1.1.1",
"fs-extra": "^0.20.0",
"glob": "^5.0.10",
"haikunator": "^0.2.2",
"jade": "^1.11.0",
"jsonfile": "^2.1.1",
"methods": "^1.1.1",
"mongoose": "^4.0.6",
"mongoose-validator": "^1.2.0",
"morgan": "^1.6.0",
"mustache": "^2.1.2",
"nodemailer": "^1.3.4",
"nodemailer-direct-transport": "^1.0.2",
"prettyjson": "^1.1.2",
"session.socket.io": "^0.2.1",
"shelljs": "^0.5.1",
"socket.io": "^1.3.5",
"stylus": "^0.51.1",
"underscore": "^1.8.3",
"validator": "^3.40.1"
},
"devDependencies": {
"bower": "^1.4.1",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-test": "^0.12.7",
"grunt-shell": "^1.1.2",
"jshint": "^2.8.0",
"mocha": "^2.2.5",
"nodemailer-stub-transport": "^1.0.0",
"sinon": "^1.15.3",
"supervisor": "^0.6.0"
}
}