habitica-self-host/package.json
Tyler Renelle 41b5ef3141 add "resolve": "~0.2.3". browserify seems to not include validator
properly, under derby-auth. @switz found this resolve version to be
updated in recent racer commit causing the issue. we need to figure
out what in derby-auth is incompatible here
2013-02-18 23:39:50 -05:00

42 lines
1.1 KiB
JSON

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