mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
70 lines
1.7 KiB
JSON
70 lines
1.7 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.10.1",
|
|
"preferGlobal": "true",
|
|
"homepage": "http://jsbin.com",
|
|
"bin": "./bin/jsbin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/remy/jsbin.git"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/mocha/bin/_mocha -t 25000 --ui bdd test/**/*.test.js",
|
|
":install": "build/install.js",
|
|
"preupdate": "node build/pre-update.js",
|
|
"postupdate": "node build/post-update.js commit"
|
|
},
|
|
"dependencies": {
|
|
"express": "3.0.x",
|
|
"asyncjs": "0.0.7",
|
|
"sqlite3": "~2.1.19",
|
|
"nodemailer": "0.3.20",
|
|
"commander": "1.0.0",
|
|
"less": "~1.4.2",
|
|
"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",
|
|
"mysql": "~2.0.0-alpha9",
|
|
"bcrypt-nodejs": "0.0.3",
|
|
"semver": "~2.1.0",
|
|
"rsvp": "~3.0.1",
|
|
"undefsafe": "0.0.2",
|
|
"feature-gateway": "0.0.3",
|
|
"hbs": "~2.4.0",
|
|
"replify": "~1.1.4"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-concat": "~0.3.0",
|
|
"grunt-contrib-jshint": "~0.1.1",
|
|
"grunt-contrib-uglify": "~0.2.2",
|
|
"should": "~1.2.2",
|
|
"mocha": "~1.11.0",
|
|
"sinon": "~1.7.3",
|
|
"grunt-cli": "~0.1.11"
|
|
},
|
|
"optionalDependencies": {},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://rem.mit-license.org"
|
|
}
|
|
]
|
|
}
|