mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
46 lines
1.2 KiB
JSON
46 lines
1.2 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": "*",
|
|
"superagent": "~0.12.4",
|
|
"resolve": "~0.2.3",
|
|
"browserify": "1.17.3",
|
|
"expect.js": "~0.2.0",
|
|
"webkit-devtools-agent": "*"
|
|
},
|
|
"private": true,
|
|
"subdomain": "habitrpg",
|
|
"domains": [
|
|
"habitrpg.com",
|
|
"www.habitrpg.com"
|
|
],
|
|
"engines": {
|
|
"node": "0.8.x",
|
|
"npm": "1.1.x"
|
|
},
|
|
"scripts": {
|
|
"start": "server.js"
|
|
}
|
|
}
|