habitica/package.json

38 lines
794 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.",
"version": "0.0.0-142",
2012-04-27 02:03:01 +00:00
"main": "./server.js",
"dependencies": {
"derby": "0.3.13",
"racer-db-mongo": "0.3.13",
2012-11-08 05:19:15 +00:00
"express": "*",
"gzippo": "*",
"connect-mongo": ">=0.1.9",
"everyauth": "git://github.com/bnoguchi/everyauth#express3",
2012-08-02 21:15:05 +00:00
"derby-ui-boot": "*",
"guid": "*",
"moment": "*",
2012-09-24 20:19:27 +00:00
"stripe": "*",
"async": "*",
"underscore": "*",
"clone": "*"
2012-04-27 02:03:01 +00:00
},
"private": true,
"devDependencies": {
2012-07-17 14:55:06 +00:00
"coffee-script": ">=1.3.3"
},
"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
}