habitica-self-host/package.json

30 lines
622 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-53",
2012-04-27 02:03:01 +00:00
"main": "./server.js",
"dependencies": {
"derby": "*",
2012-07-16 23:01:28 +00:00
"express": "3.0.0beta4",
2012-04-27 17:03:54 +00:00
"gzippo": ">=0.1.4",
"racer-db-mongo": ">=0.3.11",
"connect-mongo": ">=0.1.9",
"derby-ui-boot": "*",
"guid": "*"
2012-04-27 02:03:01 +00:00
},
"private": true,
"devDependencies": {
"coffee-script": ">=1.3.1"
},
"subdomain": "habitrpg",
"domains": [
"habitrpg.com",
"www.habitrpg.com"
],
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.6.x"
}
}