2012-04-27 02:03:01 +00:00
|
|
|
{
|
2012-07-10 19:29:24 +00:00
|
|
|
"name": "habitrpg",
|
|
|
|
|
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
2013-08-27 04:52:49 +00:00
|
|
|
"version": "0.0.0-152",
|
2013-09-07 10:47:44 +00:00
|
|
|
"main": "./src/server.js",
|
2012-04-27 02:03:01 +00:00
|
|
|
"dependencies": {
|
2013-08-27 01:31:32 +00:00
|
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#rewrite",
|
2012-11-29 16:40:41 +00:00
|
|
|
"derby-auth": "git://github.com/lefnire/derby-auth#master",
|
2013-02-15 02:43:41 +00:00
|
|
|
"connect-mongo": "*",
|
2013-09-04 03:15:43 +00:00
|
|
|
"passport-facebook": "~1.0.0",
|
2012-11-08 05:19:15 +00:00
|
|
|
"express": "*",
|
|
|
|
|
"gzippo": "*",
|
2012-08-03 02:51:39 +00:00
|
|
|
"guid": "*",
|
2012-09-07 21:21:09 +00:00
|
|
|
"moment": "*",
|
2012-09-24 20:19:27 +00:00
|
|
|
"stripe": "*",
|
2013-08-25 01:06:37 +00:00
|
|
|
"coffee-script": "*",
|
2013-02-15 17:26:43 +00:00
|
|
|
"nconf": "*",
|
2013-02-18 21:09:41 +00:00
|
|
|
"icalendar": "git://github.com/lefnire/node-icalendar#master",
|
2013-02-23 03:27:46 +00:00
|
|
|
"superagent": "~0.12.4",
|
2013-02-22 05:08:40 +00:00
|
|
|
"resolve": "~0.2.3",
|
2013-03-23 20:03:12 +00:00
|
|
|
"expect.js": "~0.2.0",
|
2013-05-19 22:48:51 +00:00
|
|
|
"relative-date": "~1.1.1",
|
2013-08-04 20:24:30 +00:00
|
|
|
"lodash": "~1.3.1",
|
2013-06-15 20:47:50 +00:00
|
|
|
"async": "~0.2.9",
|
2013-08-24 22:57:08 +00:00
|
|
|
"optimist": "~0.5.2",
|
2013-08-25 01:06:37 +00:00
|
|
|
"mongoose": "~3.6.18",
|
|
|
|
|
"stylus": "~0.37.0",
|
2013-09-06 17:19:43 +00:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
|
"grunt-contrib-uglify": "~0.2.4",
|
2013-09-06 19:39:18 +00:00
|
|
|
"grunt-contrib-stylus": "~0.8.0",
|
2013-09-06 17:19:43 +00:00
|
|
|
"grunt-contrib-clean": "~0.5.0",
|
2013-09-06 19:39:18 +00:00
|
|
|
"grunt-contrib-cssmin": "~0.6.1",
|
2013-09-07 10:47:44 +00:00
|
|
|
"grunt-contrib-watch": "~0.5.x",
|
|
|
|
|
"grunt-nodemon": "~0.1.1",
|
|
|
|
|
"grunt-concurrent": "~0.3.1",
|
2013-08-25 22:20:07 +00:00
|
|
|
"bower": "~1.2.4",
|
2013-08-26 03:04:51 +00:00
|
|
|
"nib": "~1.0.1",
|
2013-09-04 03:15:43 +00:00
|
|
|
"jade": "~0.35.0",
|
2013-09-04 04:20:49 +00:00
|
|
|
"passport": "~0.1.17",
|
2013-09-06 13:33:23 +00:00
|
|
|
"validator": "~1.5.1",
|
2013-09-07 02:38:40 +00:00
|
|
|
"nodemailer": "~0.5.2",
|
|
|
|
|
"grunt-cli": "~0.1.9"
|
2012-04-27 02:03:01 +00:00
|
|
|
},
|
2012-04-27 02:19:31 +00:00
|
|
|
"private": true,
|
2012-07-09 20:59:10 +00:00
|
|
|
"subdomain": "habitrpg",
|
2012-07-10 18:56:30 +00:00
|
|
|
"domains": [
|
|
|
|
|
"habitrpg.com",
|
|
|
|
|
"www.habitrpg.com"
|
|
|
|
|
],
|
2012-07-09 20:59:10 +00:00
|
|
|
"engines": {
|
2013-08-26 23:09:14 +00:00
|
|
|
"node": "0.10.x",
|
|
|
|
|
"npm": "1.2.x"
|
2012-12-31 20:32:25 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2013-08-26 03:04:51 +00:00
|
|
|
"test": "mocha test/api.mocha.coffee",
|
2013-08-27 04:52:49 +00:00
|
|
|
"postinstall": "./node_modules/bower/bin/bower install -f"
|
2012-04-27 02:19:31 +00:00
|
|
|
}
|
2012-11-08 05:19:15 +00:00
|
|
|
}
|