Added shared dependencies to package.json

This commit is contained in:
Blade Barringer 2015-01-21 10:41:08 -06:00
parent 590eded44a
commit db5082e0d7

View file

@ -7,7 +7,9 @@
"async": "~0.9.0",
"aws-sdk": "^2.0.25",
"bower": "~1.3.12",
"coffee-script": "1.6.x",
"browserify": "~3.30.2",
"coffee-script": "1.7.1",
"coffeeify": "0.6.0",
"connect-ratelimit": "0.0.7",
"coupon-code": "~0.3.0",
"domain-middleware": "~0.1.0",
@ -19,6 +21,8 @@
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-copy": "~0.6.0",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-browserify": "~1.3.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-stylus": "~0.20.0",
"grunt-contrib-uglify": "~0.6.0",
"grunt-contrib-watch": "~0.6.1",
@ -30,6 +34,7 @@
"jade": "~1.7.0",
"js2xmlparser": "~0.1.2",
"lodash": "~2.4.1",
"image-size": "~0.3.2",
"loggly": "~1.0.8",
"method-override": "~2.2.0",
"moment": "~2.8.3",
@ -69,11 +74,14 @@
"scripts": {
"test": "./test/run_tests.sh",
"start": "grunt run:dev",
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f"
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f",
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
},
"devDependencies": {
"coffee-coverage": "~0.4.2",
"protractor": "~0.14.0",
"grunt-karma": "~0.6.2",
"grunt-spritesmith": "~3.5.0",
"karma-script-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
@ -89,6 +97,7 @@
"karma-mocha": "0.1.3",
"csv": "~0.3.6",
"mongoskin": "~0.6.1",
"phantomjssmith": "~0.5.4",
"expect.js": "~0.2.0",
"superagent": "~0.15.7",
"superagent-defaults": "~0.1.5",