{ "name": "habitrpg", "description": "A habit tracker app which treats your goals like a Role Playing Game.", "version": "0.0.0-145", "main": "./server.js", "dependencies": { "derby": "git://github.com/lefnire/derby#master", "derby-ui-boot": "*", "racer-db-mongo": "0.3.13", "connect-mongo": ">=0.1.9", "derby-auth": "git://github.com/lefnire/derby-auth#master", "passport-facebook": "*", "express": "*", "gzippo": "*", "guid": "*", "moment": "*", "stripe": "*", "async": "*", "underscore": "*", "clone": "*", "coffee-script": "*", "guid": "*" }, "private": true, "subdomain": "habitrpg", "domains": [ "habitrpg.com", "www.habitrpg.com" ], "scripts": { "start": "node server.js" }, "engines": { "node": "0.8.x", "npm": "1.1.x" } }