mirror of
https://github.com/jsbin/jsbin.git
synced 2026-01-18 15:18:04 +00:00
79 lines
1.9 KiB
JSON
79 lines
1.9 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.13.22",
|
|
"preferGlobal": "true",
|
|
"homepage": "http://jsbin.com",
|
|
"bin": "./bin/jsbin",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jsbin/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.2.0",
|
|
"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",
|
|
"stripe": "~2.3.2",
|
|
"undefsafe": "0.0.2",
|
|
"feature-gateway": "0.0.3",
|
|
"hbs": "~2.4.0",
|
|
"replify": "~1.2.0",
|
|
"moment": "~2.5.1",
|
|
"memcached": "~0.2.6",
|
|
"express-cookie-blacklist": "~2.0.0",
|
|
"passport-dropbox-oauth2": "~0.1.5",
|
|
"handlebars": "~2.0.0-alpha.2",
|
|
"dropbox": "~0.10.2"
|
|
},
|
|
"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": {
|
|
"zmq": "~2.6.0"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://rem.mit-license.org"
|
|
}
|
|
]
|
|
}
|