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",
|
2015-02-03 20:11:39 +00:00
|
|
|
"main": "./website/src/server.js",
|
2012-04-27 02:03:01 +00:00
|
|
|
"dependencies": {
|
2015-06-08 16:55:15 +00:00
|
|
|
"amazon-payments": "0.0.4",
|
2015-11-15 16:48:46 +00:00
|
|
|
"amplitude": "^2.0.3",
|
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",
|
2016-03-03 03:36:27 +00:00
|
|
|
"babel-plugin-syntax-async-functions": "^6.5.0",
|
|
|
|
|
"babel-plugin-transform-regenerator": "^6.6.0",
|
|
|
|
|
"babel-polyfill": "^6.6.1",
|
|
|
|
|
"babel-preset-es2015": "^6.6.0",
|
|
|
|
|
"babel-register": "^6.6.0",
|
|
|
|
|
"babelify": "^7.2.0",
|
2014-10-01 10:56:27 +00:00
|
|
|
"bower": "~1.3.12",
|
2015-11-08 02:56:56 +00:00
|
|
|
"browserify": "~12.0.1",
|
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",
|
2015-10-30 13:18:14 +00:00
|
|
|
"express": "~3.17.5",
|
2014-09-13 12:28:11 +00:00
|
|
|
"express-csv": "~0.6.0",
|
2015-09-04 14:50:58 +00:00
|
|
|
"firebase": "^2.2.9",
|
2015-09-05 14:21:46 +00:00
|
|
|
"firebase-token-generator": "^2.0.0",
|
2015-09-15 15:38:48 +00:00
|
|
|
"glob": "^4.3.5",
|
2015-02-07 02:58:38 +00:00
|
|
|
"grunt": "~0.4.1",
|
|
|
|
|
"grunt-cli": "~0.1.9",
|
|
|
|
|
"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",
|
2015-11-08 01:56:09 +00:00
|
|
|
"grunt-karma": "~0.12.1",
|
2015-06-06 12:27:15 +00:00
|
|
|
"gulp": "^3.9.0",
|
2016-03-04 00:25:01 +00:00
|
|
|
"gulp-babel": "^6.1.2",
|
2015-09-25 13:44:45 +00:00
|
|
|
"gulp-eslint": "^1.0.0",
|
2015-09-04 20:44:18 +00:00
|
|
|
"gulp-grunt": "^0.5.2",
|
2016-03-18 20:56:16 +00:00
|
|
|
"gulp-imagemin": "^2.4.0",
|
2015-09-15 15:38:48 +00:00
|
|
|
"gulp-nodemon": "^2.0.4",
|
2015-11-11 14:59:07 +00:00
|
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
|
|
|
"gulp-uglify": "^1.4.2",
|
2015-09-15 15:38:48 +00:00
|
|
|
"gulp.spritesmith": "^4.1.0",
|
2015-07-06 02:18:53 +00:00
|
|
|
"icalendar": "lefnire/node-icalendar#e06da0e55901f0ba940dfadc42c158ed0b1fead9",
|
2015-03-27 18:29:29 +00:00
|
|
|
"image-size": "~0.3.2",
|
2014-12-16 20:05:39 +00:00
|
|
|
"in-app-purchase": "^0.2.0",
|
2015-08-14 08:58:19 +00:00
|
|
|
"jade": "~1.11.0",
|
2013-12-10 15:55:04 +00:00
|
|
|
"js2xmlparser": "~0.1.2",
|
2015-12-26 14:18:58 +00:00
|
|
|
"lodash": "^3.10.1",
|
2014-12-12 11:11:26 +00:00
|
|
|
"loggly": "~1.0.8",
|
2015-09-07 00:44:55 +00:00
|
|
|
"marked": "^0.3.5",
|
2015-09-15 15:49:28 +00:00
|
|
|
"merge-stream": "^1.0.0",
|
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",
|
2015-10-30 13:16:35 +00:00
|
|
|
"mongoose": "~3.8.23",
|
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",
|
2016-02-21 21:02:37 +00:00
|
|
|
"newrelic": "~1.25.0",
|
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",
|
2015-03-10 20:11:28 +00:00
|
|
|
"passport-facebook": "2.0.0",
|
2014-11-27 10:32:57 +00:00
|
|
|
"paypal-ipn": "2.1.0",
|
|
|
|
|
"paypal-rest-sdk": "^1.2.1",
|
2015-07-04 23:17:23 +00:00
|
|
|
"pretty-data": "^0.40.0",
|
2015-06-06 12:27:15 +00:00
|
|
|
"ps-tree": "^1.0.0",
|
2015-03-27 18:29:29 +00:00
|
|
|
"push-notify": "^1.1.1",
|
2015-06-06 12:27:15 +00:00
|
|
|
"q": "^1.4.1",
|
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",
|
2016-03-14 17:30:10 +00:00
|
|
|
"stripe": "^4.2.0",
|
2015-10-17 16:46:57 +00:00
|
|
|
"superagent": "~1.4.0",
|
2015-07-04 23:17:23 +00:00
|
|
|
"swagger-node-express": "lefnire/swagger-node-express#habitrpg",
|
2014-09-13 12:28:11 +00:00
|
|
|
"universal-analytics": "~0.3.2",
|
2014-10-01 11:12:58 +00:00
|
|
|
"validator": "~3.19.0",
|
2015-11-11 14:59:07 +00:00
|
|
|
"vinyl-buffer": "^1.0.0",
|
|
|
|
|
"vinyl-source-stream": "^1.1.0",
|
2014-10-01 11:12:58 +00:00
|
|
|
"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
|
|
|
"engines": {
|
2016-03-05 15:17:31 +00:00
|
|
|
"node": "^4.3.1",
|
2015-10-30 15:28:10 +00:00
|
|
|
"npm": "^2.14.9"
|
2012-12-31 20:32:25 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
2015-09-28 03:54:01 +00:00
|
|
|
"test": "gulp test",
|
2016-01-18 17:10:22 +00:00
|
|
|
"test:api-v2:unit": "mocha test/server_side",
|
|
|
|
|
"test:api-v2:integration": "mocha test/api/v2 --recursive",
|
2016-01-18 20:39:04 +00:00
|
|
|
"test:api-legacy": "istanbul cover -i \"website/src/**\" --dir coverage/api ./node_modules/mocha/bin/_mocha test/api-legacy",
|
2016-01-18 17:10:22 +00:00
|
|
|
"test:common": "mocha test/common",
|
|
|
|
|
"test:content": "mocha test/content",
|
|
|
|
|
"test:karma": "karma start --single-run",
|
|
|
|
|
"test:karma:watch": "karma start",
|
|
|
|
|
"test:prepare:webdriver": "webdriver-manager update",
|
|
|
|
|
"test:e2e:webdriver": "webdriver-manager start",
|
2016-03-13 21:41:17 +00:00
|
|
|
"test:e2e": "protractor test/e2e/protractor.conf.js",
|
2016-01-18 17:10:22 +00:00
|
|
|
"test:nodemon": "gulp test:nodemon",
|
2015-09-28 03:54:01 +00:00
|
|
|
"start": "gulp run:dev",
|
|
|
|
|
"sprites": "gulp sprites:compile",
|
|
|
|
|
"postinstall": "bower --config.interactive=false install -f; gulp build;",
|
|
|
|
|
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
|
2013-09-14 00:00:35 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2016-03-03 03:36:27 +00:00
|
|
|
"babel-eslint": "^5.0.0",
|
2015-10-25 01:14:48 +00:00
|
|
|
"chai": "^3.4.0",
|
2015-10-25 03:28:04 +00:00
|
|
|
"chai-as-promised": "^5.1.0",
|
2015-06-09 11:52:20 +00:00
|
|
|
"coveralls": "^2.11.2",
|
2015-02-01 23:10:53 +00:00
|
|
|
"csv": "~0.3.6",
|
|
|
|
|
"deep-diff": "~0.1.4",
|
2015-11-18 05:14:49 +00:00
|
|
|
"eslint": "^1.9.0",
|
2016-01-03 00:25:30 +00:00
|
|
|
"eslint-plugin-babel": "^3.0.0",
|
2015-11-18 05:14:49 +00:00
|
|
|
"eslint-plugin-mocha": "^1.1.0",
|
2015-02-06 21:13:18 +00:00
|
|
|
"event-stream": "^3.2.2",
|
2015-02-01 23:10:53 +00:00
|
|
|
"expect.js": "~0.2.0",
|
2015-06-09 08:21:54 +00:00
|
|
|
"istanbul": "^0.3.14",
|
2015-11-08 01:56:09 +00:00
|
|
|
"karma": "~0.13.15",
|
2016-03-03 03:36:27 +00:00
|
|
|
"karma-babel-preprocessor": "^6.0.1",
|
2015-11-08 01:56:09 +00:00
|
|
|
"karma-chai-plugins": "~0.6.0",
|
|
|
|
|
"karma-coverage": "^0.5.3",
|
2015-10-25 01:14:48 +00:00
|
|
|
"karma-mocha": "^0.2.0",
|
|
|
|
|
"karma-mocha-reporter": "^1.1.1",
|
2015-11-08 01:56:09 +00:00
|
|
|
"karma-phantomjs-launcher": "~0.2.1",
|
2015-06-09 08:21:54 +00:00
|
|
|
"lcov-result-merger": "^1.0.2",
|
2015-10-25 01:14:48 +00:00
|
|
|
"mocha": "^2.3.3",
|
2015-10-18 00:19:40 +00:00
|
|
|
"mongodb": "^2.0.46",
|
2014-01-03 07:00:27 +00:00
|
|
|
"mongoskin": "~0.6.1",
|
2016-01-03 00:25:30 +00:00
|
|
|
"phantomjs": "^1.9",
|
2016-03-13 03:03:05 +00:00
|
|
|
"protractor": "^3.1.1",
|
2015-05-11 01:39:11 +00:00
|
|
|
"rewire": "^2.3.3",
|
2015-11-08 01:09:51 +00:00
|
|
|
"rimraf": "^2.4.3",
|
2015-11-09 18:47:56 +00:00
|
|
|
"run-sequence": "^1.1.4",
|
2015-04-05 01:35:16 +00:00
|
|
|
"shelljs": "^0.4.0",
|
2015-10-25 01:14:48 +00:00
|
|
|
"sinon": "^1.17.2",
|
|
|
|
|
"sinon-chai": "^2.8.0",
|
2015-10-21 01:17:10 +00:00
|
|
|
"superagent-defaults": "^0.1.13",
|
2015-10-17 23:13:38 +00:00
|
|
|
"uuid": "^2.0.1",
|
2015-02-02 05:09:07 +00:00
|
|
|
"vinyl-source-stream": "^1.0.0",
|
|
|
|
|
"vinyl-transform": "^1.0.0"
|
2012-04-27 02:19:31 +00:00
|
|
|
}
|
2012-11-08 05:19:15 +00:00
|
|
|
}
|