{ "name": "habitrpg", "description": "A habit tracker app which treats your goals like a Role Playing Game.", "version": "0.0.0-151", "main": "./server.js", "dependencies": { "habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#master", "derby": "git://github.com/lefnire/derby#habitrpg", "racer": "git://github.com/lefnire/racer#habitrpg", "racer-db-mongo": "git://github.com/lefnire/racer-db-mongo#habitrpg", "derby-ui-boot": "git://github.com/codeparty/derby-ui-boot#f04ba2c7e7b3a8f1462a6e70fe4f81055d74c4b2", "derby-auth": "git://github.com/lefnire/derby-auth#master", "connect-mongo": "*", "passport-facebook": "*", "express": "*", "gzippo": "*", "guid": "*", "moment": "*", "stripe": "*", "coffee-script": "1.4.x", "mongoskin": "*", "nconf": "*", "icalendar": "git://github.com/lefnire/node-icalendar#master", "superagent": "~0.12.4", "resolve": "~0.2.3", "expect.js": "~0.2.0", "derby-i18n": "git://github.com/switz/derby-i18n#master", "relative-date": "~1.1.1", "lodash": "~1.2.1" }, "private": true, "subdomain": "habitrpg", "domains": [ "habitrpg.com", "www.habitrpg.com" ], "engines": { "node": "0.8.x", "npm": "1.1.x" }, "scripts": { "start": "server.js", "test": "mocha test/api.mocha.coffee" } }