habitica/package.json
2012-12-31 13:21:07 -05:00

36 lines
779 B
JSON

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