mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
29 lines
721 B
JSON
29 lines
721 B
JSON
{
|
|
"author": "Remy Sharp <remy@leftlogic.com> (http://remysharp.com)",
|
|
"name": "jsbin",
|
|
"description": "Collaborative JavaScript Debugging App",
|
|
"main": "lib/app",
|
|
"version": "3.0.0dev",
|
|
"homepage": "http://jsbin.com",
|
|
"main": "lib/app",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/remy/jsbin.git"
|
|
},
|
|
"engines": {
|
|
"node": "~0.6.11"
|
|
},
|
|
"dependencies": {
|
|
"express": "3.0.0alpha4",
|
|
"asyncjs": "0.0.7",
|
|
"hogan.js": "2.0.0",
|
|
"mysql": "0.9.5",
|
|
"bcrypt": "0.5.0",
|
|
"flatten": "git://github.com/aron/flatten.js.git#v0.1.0",
|
|
"soak": "git://github.com/aron/soak.js.git#v0.3.0"
|
|
},
|
|
"devDependencies": {},
|
|
"optionalDependencies": {},
|
|
"private": true
|
|
}
|