forked from MrCoder/jsbin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 984 Bytes
/
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
{
"author": [{
"name": "Remy Sharp",
"email": "[email protected]",
"web": "http://remysharp.com"
}],
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"main": "lib/app",
"version": "3.0.11",
"preferGlobal" : "true",
"homepage": "http://jsbin.com",
"main": "./lib/app",
"bin": "./bin/jsbin",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"dependencies": {
"express": "3.0.0alpha4",
"asyncjs": "0.0.7",
"hogan.js": "2.0.0",
"mysql": "0.9.5",
"sqlite3": "2.1.5",
"bcrypt": "0.7.0",
"nodemailer": "0.3.20",
"commander": "1.0.0",
"less": "1.3.0",
"jade": "0.26.3",
"stylus": "0.28.2",
"flatten": "git://github.com/aron/flatten.js.git#v0.1.0",
"soak": "git://github.com/aron/soak.js.git#v0.3.0"
},
"devDependencies": {},
"optionalDependencies": {},
"licenses": [{
"type": "MIT",
"url": "http://rem.mit-license.org"
}]
}