habitica/package.json
Tyler Renelle 08632bd17a Add persistent URL for accessing data accross multiple
browsers (temporary solution to no authentication)
2012-07-11 19:27:53 -04:00

30 lines
No EOL
608 B
JSON

{
"name": "habitrpg",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "0.0.0-38",
"main": "./server.js",
"dependencies": {
"derby": "*",
"express": "3.x",
"gzippo": ">=0.1.4",
"racer-db-mongo": "*",
"connect-mongo": ">=0.1.9",
"derby-ui-boot": "*",
"guid": "*"
},
"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"
}
}