mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
48 lines
1.2 KiB
JSON
48 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-151",
|
|
"main": "./server.js",
|
|
"dependencies": {
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#master",
|
|
"derby-auth": "git://github.com/lefnire/derby-auth#master",
|
|
"connect-mongo": "*",
|
|
"passport-facebook": "*",
|
|
"express": "*",
|
|
"gzippo": "*",
|
|
"guid": "*",
|
|
"moment": "*",
|
|
"stripe": "*",
|
|
"coffee-script": "*",
|
|
"nconf": "*",
|
|
"icalendar": "git://github.com/lefnire/node-icalendar#master",
|
|
"superagent": "~0.12.4",
|
|
"resolve": "~0.2.3",
|
|
"expect.js": "~0.2.0",
|
|
"relative-date": "~1.1.1",
|
|
"lodash": "~1.3.1",
|
|
"async": "~0.2.9",
|
|
"optimist": "~0.5.2",
|
|
"mongoose": "~3.6.18",
|
|
"stylus": "~0.37.0",
|
|
"connect-assets": "~2.5.2",
|
|
"bower": "~1.2.4",
|
|
"nib": "~1.0.1",
|
|
"jade": "~0.35.0"
|
|
},
|
|
"private": true,
|
|
"subdomain": "habitrpg",
|
|
"domains": [
|
|
"habitrpg.com",
|
|
"www.habitrpg.com"
|
|
],
|
|
"engines": {
|
|
"node": "0.8.x",
|
|
"npm": "1.1.x"
|
|
},
|
|
"scripts": {
|
|
"start": "nodemon src/server.coffee",
|
|
"test": "mocha test/api.mocha.coffee",
|
|
"postinstall": "./node_modules/bower/bin/bower install"
|
|
}
|
|
}
|