forked from lpinca/binb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 794 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 794 Bytes
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
{
"analyze": false,
"dependencies": {
"async": "0.9.x",
"body-parser": "1.2.x",
"canvas": "1.1.x",
"connect-redis": "2.0.x",
"cookie-parser": "1.1.x",
"express": "4.3.x",
"express-session": "1.2.x",
"jade": "1.3.x",
"nodemailer": "0.6.x",
"primus": "2.2.x",
"primus-emitter": "3.0.x",
"primus-rooms": "3.0.x",
"redis": "0.10.x",
"serve-favicon": "2.0.x",
"uglify-js": "2.4.x",
"ws": "0.4.x"
},
"devDependencies": {
"JSONStream": "0.8.x"
},
"engines": {
"node": "0.10.x"
},
"name": "binb",
"repository": {
"type": "git",
"url": "https://github.com/lpinca/binb.git"
},
"scripts": {
"predeploy": "make minify",
"start": "node app.js"
},
"subdomain": "binb",
"version": "0.4.8-5"
}