habitica/package.json

100 lines
3 KiB
JSON
Raw Normal View History

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.",
"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",
"bower": "~1.3.12",
"coffee-script": "1.6.x",
2013-02-15 02:43:41 +00:00
"connect-mongo": "*",
2014-10-01 10:56:27 +00:00
"connect-ratelimit": "0.0.7",
"coupon-code": "~0.3.0",
"domain-middleware": "~0.1.0",
2014-10-01 10:11:03 +00:00
"express": "~3.17.5",
"express-csv": "~0.6.0",
2013-09-06 17:19:43 +00:00
"grunt": "~0.4.1",
"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",
"guid": "*",
"gzippo": "*",
"habitrpg-shared": "git://github.com/HabitRPG/habitrpg-shared#develop",
"icalendar": "git://github.com/lefnire/node-icalendar#master",
"jade": "~0.35.0",
"js2xmlparser": "~0.1.2",
2014-10-01 10:56:27 +00:00
"lodash": "~2.4.1",
2014-10-01 10:11:03 +00:00
"method-override": "~2.2.0",
"mongoose": "~3.8.17",
2014-10-01 11:01:27 +00:00
"moment": "~2.8.3",
"mongoose-id-autoinc": "~2013.7.14-4",
"nconf": "*",
"newrelic": "~1.11.2",
"nib": "~1.0.1",
"nodemailer": "~0.5.2",
"optimist": "~0.5.2",
"passport": "~0.1.18",
2014-01-30 17:55:28 +00:00
"passport-facebook": "~1.0.2",
"paypal-express-checkout": "~1.0.1",
2014-04-16 17:33:03 +00:00
"paypal-ipn": "~1.0.1",
"paypal-recurring": "git://github.com/jaybryant/paypal-recurring#656b496f43440893c984700191666a5c5c535dca",
"pretty-data": "git://github.com/vkiryukhin/pretty-data#master",
"request": "~2.42.0",
"resolve": "~0.2.3",
"stripe": "*",
"stylus": "~0.37.0",
"swagger-node-express": "git://github.com/lefnire/swagger-node-express#habitrpg",
"universal-analytics": "~0.3.2",
"validator": "~3.11.2",
"winston": "~0.7.2",
"winston-mail": "~0.2.7",
"winston-newrelic": "~0.1.4"
2012-04-27 02:03:01 +00:00
},
"private": true,
"subdomain": "habitrpg",
"domains": [
"habitrpg.com",
"www.habitrpg.com"
],
"engines": {
2013-08-26 23:09:14 +00:00
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"test": "./test/run_tests.sh",
"start": "grunt run:dev",
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f"
},
"devDependencies": {
2013-12-25 19:17:05 +00:00
"protractor": "~0.14.0",
"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.2.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.2",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-chai-plugins": "~0.1.0",
"mocha": "~1.12.1",
"karma-mocha": "0.1.3",
"csv": "~0.3.6",
"mongoskin": "~0.6.1",
"expect.js": "~0.2.0",
"superagent": "~0.15.7",
"superagent-defaults": "~0.1.5",
"git-changelog": "colegleason/git-changelog",
"deep-diff": "~0.1.4"
}
2012-11-08 05:19:15 +00:00
}