mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
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.4.9",
|
|
"preferGlobal": "true",
|
|
"homepage": "http://jsbin.com",
|
|
"bin": "./bin/jsbin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/remy/jsbin.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"dependencies": {
|
|
"express": "3.0.x",
|
|
"asyncjs": "0.0.7",
|
|
"hogan.js": "2.0.0",
|
|
"mysql": "0.9.x",
|
|
"sqlite3": "2.1.7",
|
|
"bcrypt": "0.7.5",
|
|
"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",
|
|
"async": "~0.1.22",
|
|
"lynx": "0.0.11",
|
|
"file-db": "0.0.2",
|
|
"underscore": "~1.4.4",
|
|
"passport": "~0.1.17",
|
|
"passport-github": "~0.1.5"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-concat": "~0.1.2",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"should": "~1.2.2",
|
|
"mocha": "~1.11.0",
|
|
"sinon": "~1.7.3"
|
|
},
|
|
"optionalDependencies": {},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://rem.mit-license.org"
|
|
}
|
|
]
|
|
}
|