habitica/package.json

38 lines
766 B
JSON
Raw Normal View History

2012-04-27 02:03:01 +00:00
{
2012-07-10 19:29:24 +00:00
"name": "habitrpg",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
2012-11-16 16:00:24 +00:00
"version": "0.0.0-145",
2012-04-27 02:03:01 +00:00
"main": "./server.js",
"dependencies": {
"derby": "0.3.13",
"derby-ui-boot": "*",
"racer-db-mongo": "0.3.13",
"connect-mongo": ">=0.1.9",
"derby-auth": "*",
"passport-facebook": "*",
2012-11-08 05:19:15 +00:00
"express": "*",
"gzippo": "*",
"guid": "*",
"moment": "*",
2012-09-24 20:19:27 +00:00
"stripe": "*",
"async": "*",
"underscore": "*",
"clone": "*",
2012-11-15 16:33:38 +00:00
"coffee-script": "*",
"guid": "*"
2012-04-27 02:03:01 +00:00
},
"private": true,
"subdomain": "habitrpg",
"domains": [
"habitrpg.com",
"www.habitrpg.com"
],
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
}
2012-11-08 05:19:15 +00:00
}