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": {
|
2014-10-01 10:56:27 +00:00
|
|
|
"async": "~0.9.0",
|
2014-11-27 10:32:57 +00:00
|
|
|
"aws-sdk": "^2.0.25",
|
2014-10-01 10:56:27 +00:00
|
|
|
"bower": "~1.3.12",
|
2014-09-13 12:28:11 +00:00
|
|
|
"coffee-script": "1.6.x",
|
2014-10-01 10:56:27 +00:00
|
|
|
"connect-ratelimit": "0.0.7",
|
2014-09-13 12:28:11 +00:00
|
|
|
"coupon-code": "~0.3.0",
|
|
|
|
|
"domain-middleware": "~0.1.0",
|
2014-10-01 10:11:03 +00:00
|
|
|
"express": "~3.17.5",
|
2014-09-13 12:28:11 +00:00
|
|
|
"express-csv": "~0.6.0",
|
2013-09-06 17:19:43 +00:00
|
|
|
"grunt": "~0.4.1",
|
2014-09-13 12:28:11 +00:00
|
|
|
"grunt-cli": "~0.1.9",
|
2014-10-01 10:56:27 +00:00
|
|
|
"grunt-concurrent": "~1.0.0",
|
|
|
|
|
"grunt-contrib-clean": "~0.6.0",
|
|
|
|
|
"grunt-contrib-copy": "~0.6.0",
|
|
|
|
|
"grunt-contrib-cssmin": "~0.10.0",
|
|
|
|
|
"grunt-contrib-stylus": "~0.20.0",
|
|
|
|
|
"grunt-contrib-uglify": "~0.6.0",
|
|
|
|
|
"grunt-contrib-watch": "~0.6.1",
|
|
|
|
|
"grunt-hashres": "~0.4.1",
|
|
|
|
|
"grunt-nodemon": "~0.3.0",
|
2014-09-13 12:28:11 +00:00
|
|
|
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#develop",
|
|
|
|
|
"icalendar": "git://github.com/lefnire/node-icalendar#master",
|
2014-12-16 18:43:58 +00:00
|
|
|
"in-app-purchase": "^0.3.0",
|
2014-11-27 10:32:57 +00:00
|
|
|
"jade": "~1.7.0",
|
2013-12-10 15:55:04 +00:00
|
|
|
"js2xmlparser": "~0.1.2",
|
2014-10-01 10:56:27 +00:00
|
|
|
"lodash": "~2.4.1",
|
2014-12-12 11:11:26 +00:00
|
|
|
"loggly": "~1.0.8",
|
2014-10-01 10:11:03 +00:00
|
|
|
"method-override": "~2.2.0",
|
2014-10-01 11:01:27 +00:00
|
|
|
"moment": "~2.8.3",
|
2014-11-27 10:32:57 +00:00
|
|
|
"mongoose": "~3.8.17",
|
2014-09-13 12:28:11 +00:00
|
|
|
"mongoose-id-autoinc": "~2013.7.14-4",
|
2014-10-01 11:14:53 +00:00
|
|
|
"nconf": "~0.6.9",
|
2014-09-24 19:08:24 +00:00
|
|
|
"newrelic": "~1.11.2",
|
2014-09-13 12:28:11 +00:00
|
|
|
"nib": "~1.0.1",
|
|
|
|
|
"nodemailer": "~0.5.2",
|
2014-11-27 10:32:57 +00:00
|
|
|
"pageres": "^1.0.1",
|
2014-10-01 11:12:58 +00:00
|
|
|
"passport": "~0.2.1",
|
2014-11-27 10:32:57 +00:00
|
|
|
"passport-facebook": "Fonger/passport-facebook#a8f98adcddad99caa9a918bc7b76462c92c5c9fd",
|
|
|
|
|
"paypal-ipn": "2.1.0",
|
|
|
|
|
"paypal-rest-sdk": "^1.2.1",
|
2014-09-13 12:28:11 +00:00
|
|
|
"pretty-data": "git://github.com/vkiryukhin/pretty-data#master",
|
2014-11-27 10:32:57 +00:00
|
|
|
"qs": "^2.3.2",
|
2014-10-01 11:12:58 +00:00
|
|
|
"request": "~2.44.0",
|
2014-11-27 10:32:57 +00:00
|
|
|
"s3-upload-stream": "^1.0.6",
|
2014-09-13 12:28:11 +00:00
|
|
|
"stripe": "*",
|
|
|
|
|
"swagger-node-express": "git://github.com/lefnire/swagger-node-express#habitrpg",
|
|
|
|
|
"universal-analytics": "~0.3.2",
|
2014-10-01 11:12:58 +00:00
|
|
|
"validator": "~3.19.0",
|
|
|
|
|
"winston": "~0.8.0",
|
2014-10-03 17:04:19 +00:00
|
|
|
"winston-mail": "~0.2.9",
|
2014-09-13 12:28:11 +00:00
|
|
|
"winston-newrelic": "~0.1.4"
|
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",
|
2014-08-25 02:32:15 +00:00
|
|
|
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false 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",
|
2014-03-14 17:40:12 +00:00
|
|
|
"karma-requirejs": "~0.2.0",
|
2013-09-14 00:00:35 +00:00
|
|
|
"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",
|
2014-07-21 20:52:03 +00:00
|
|
|
"karma-mocha": "0.1.3",
|
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
|
|
|
}
|