{ "author": [ { "name": "Remy Sharp", "email": "remy@remysharp.com", "web": "http://remysharp.com" } ], "name": "jsbin", "description": "Collaborative JavaScript Debugging App", "main": "./lib/app", "version": "3.8.11", "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", "hogan.js": "2.0.0", "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" }, "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" } ] }