habitica/package.json
2012-11-29 08:40:41 -08:00

37 lines
807 B
JSON

{
"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": "0.3.13",
"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": "server.js"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
}