mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
40 lines
888 B
JSON
40 lines
888 B
JSON
{
|
|
"author": [{
|
|
"name": "Remy Sharp",
|
|
"email": "remy@remysharp.com",
|
|
"web": "http://remysharp.com"
|
|
}],
|
|
"name": "jsbin",
|
|
"description": "Collaborative JavaScript Debugging App",
|
|
"main": "./lib/app",
|
|
"version": "3.0.14",
|
|
"preferGlobal": "true",
|
|
"homepage": "http://jsbin.com",
|
|
"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": "*",
|
|
"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.js": "0.1.0",
|
|
"soak": "0.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://rem.mit-license.org"
|
|
}]
|
|
}
|