mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-04-14 19:47:03 +00:00
work. Can now click guild & tavern members! does lazy-loading of members so we don't have to load all their information at once
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "habitrpg",
|
|
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
|
"version": "0.0.0-152",
|
|
"main": "./src/server.js",
|
|
"dependencies": {
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#rewrite",
|
|
"derby-auth": "git://github.com/lefnire/derby-auth#master",
|
|
"connect-mongo": "*",
|
|
"passport-facebook": "~1.0.0",
|
|
"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",
|
|
"grunt": "~0.4.1",
|
|
"grunt-contrib-uglify": "~0.2.4",
|
|
"grunt-contrib-stylus": "~0.8.0",
|
|
"grunt-contrib-clean": "~0.5.0",
|
|
"grunt-contrib-cssmin": "~0.6.1",
|
|
"grunt-contrib-watch": "~0.5.x",
|
|
"grunt-nodemon": "~0.1.1",
|
|
"grunt-concurrent": "~0.3.1",
|
|
"bower": "~1.2.4",
|
|
"nib": "~1.0.1",
|
|
"jade": "~0.35.0",
|
|
"passport": "~0.1.17",
|
|
"validator": "~1.5.1",
|
|
"nodemailer": "~0.5.2",
|
|
"grunt-cli": "~0.1.9"
|
|
},
|
|
"private": true,
|
|
"subdomain": "habitrpg",
|
|
"domains": [
|
|
"habitrpg.com",
|
|
"www.habitrpg.com"
|
|
],
|
|
"engines": {
|
|
"node": "0.10.x",
|
|
"npm": "1.2.x"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha test/api.mocha.coffee",
|
|
"start": "grunt run:dev",
|
|
"postinstall": "./node_modules/bower/bin/bower install -f"
|
|
}
|
|
}
|