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-12-31 16:15:25 +00:00
|
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#develop",
|
2013-02-15 02:43:41 +00:00
|
|
|
"connect-mongo": "*",
|
2012-11-08 05:19:15 +00:00
|
|
|
"express": "*",
|
|
|
|
|
"gzippo": "*",
|
2012-08-03 02:51:39 +00:00
|
|
|
"guid": "*",
|
2013-11-17 15:12:25 +00:00
|
|
|
"moment": "~2.4.0",
|
2012-09-24 20:19:27 +00:00
|
|
|
"stripe": "*",
|
2014-01-29 00:08:18 +00:00
|
|
|
"coffee-script": "1.6.x",
|
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-22 05:08:40 +00:00
|
|
|
"resolve": "~0.2.3",
|
2013-11-02 08:52:48 +00:00
|
|
|
"lodash": "~2.2.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
|
|
|
"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-10 12:40:00 +00:00
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
|
"grunt-contrib-copy": "~0.4.1",
|
2013-09-10 10:39:17 +00:00
|
|
|
"grunt-hashres": "~0.3.2",
|
2013-09-07 10:47:44 +00:00
|
|
|
"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-06 13:33:23 +00:00
|
|
|
"validator": "~1.5.1",
|
2013-09-07 02:38:40 +00:00
|
|
|
"nodemailer": "~0.5.2",
|
2013-10-06 23:52:54 +00:00
|
|
|
"grunt-cli": "~0.1.9",
|
2013-11-15 14:18:16 +00:00
|
|
|
"paypal-ipn": "~1.0.1",
|
2013-11-25 16:06:27 +00:00
|
|
|
"express-csv": "~0.6.0",
|
|
|
|
|
"pretty-data": "git://github.com/vkiryukhin/pretty-data#master",
|
2013-12-10 15:55:04 +00:00
|
|
|
"js2xmlparser": "~0.1.2",
|
2013-12-27 00:42:40 +00:00
|
|
|
"mongoose": "~3.8.1",
|
2014-01-01 21:20:01 +00:00
|
|
|
"domain-middleware": "~0.1.0",
|
2014-01-08 05:06:58 +00:00
|
|
|
"swagger-node-express": "git://github.com/lefnire/swagger-node-express#habitrpg",
|
|
|
|
|
"passport": "~0.1.18",
|
2014-01-30 17:55:28 +00:00
|
|
|
"passport-facebook": "~1.0.2",
|
2014-01-31 17:32:33 +00:00
|
|
|
"newrelic": "~1.3.0",
|
|
|
|
|
"connect-ratelimit": "0.0.6"
|
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-12-31 15:55:23 +00:00
|
|
|
"test": "./test/run_tests.sh",
|
2013-09-07 16:45:39 +00:00
|
|
|
"start": "grunt run:dev",
|
2013-09-22 02:40:34 +00:00
|
|
|
"postinstall": "./node_modules/bower/bin/bower install -f"
|
2013-09-14 00:00:35 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2013-12-25 19:17:05 +00:00
|
|
|
"protractor": "~0.14.0",
|
2013-09-14 00:00:35 +00:00
|
|
|
"grunt-karma": "~0.6.2",
|
|
|
|
|
"karma-script-launcher": "~0.1.0",
|
|
|
|
|
"karma-chrome-launcher": "~0.1.0",
|
|
|
|
|
"karma-firefox-launcher": "~0.1.0",
|
|
|
|
|
"karma-html2js-preprocessor": "~0.1.0",
|
|
|
|
|
"karma-coffee-preprocessor": "~0.1.0",
|
|
|
|
|
"karma-jasmine": "~0.1.3",
|
|
|
|
|
"karma-requirejs": "~0.1.0",
|
|
|
|
|
"karma-phantomjs-launcher": "~0.1.0",
|
|
|
|
|
"karma": "~0.10.2",
|
2013-09-14 01:19:02 +00:00
|
|
|
"karma-ng-html2js-preprocessor": "~0.1.0",
|
2013-10-02 02:20:10 +00:00
|
|
|
"karma-chai-plugins": "~0.1.0",
|
2013-09-14 01:19:02 +00:00
|
|
|
"mocha": "~1.12.1",
|
2013-10-31 01:58:09 +00:00
|
|
|
"karma-mocha": "~0.1.0",
|
2013-11-27 17:53:47 +00:00
|
|
|
"csv": "~0.3.6",
|
2014-01-03 07:00:27 +00:00
|
|
|
"mongoskin": "~0.6.1",
|
|
|
|
|
"expect.js": "~0.2.0",
|
|
|
|
|
"superagent": "~0.15.7",
|
2014-01-16 08:10:00 +00:00
|
|
|
"superagent-defaults": "~0.1.5",
|
2014-01-22 08:16:52 +00:00
|
|
|
"git-changelog": "colegleason/git-changelog",
|
|
|
|
|
"deep-diff": "~0.1.4"
|
2012-04-27 02:19:31 +00:00
|
|
|
}
|
2012-11-08 05:19:15 +00:00
|
|
|
}
|