summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorBen Klang <bklang@mojolingo.com>2015-08-27 10:59:34 -0400
committerBen Klang <bklang@mojolingo.com>2015-08-27 10:59:34 -0400
commit141b3f8490f30cac958c7c74d8435e9a9b32595f (patch)
tree175e7e99883a3a7695e0222ba2033d148d49d1ba /package.json
parente097d31f6188cdd41fe4cf08ea7ee6d27576d71f (diff)
Add additional JS build dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 8 insertions, 3 deletions
diff --git a/package.json b/package.json
index de2fb5db..343f7d64 100644
--- a/package.json
+++ b/package.json
@@ -3,17 +3,22 @@
"version": "1.0.0",
"description": "zmNinja: An Ionic project",
"dependencies": {
+ "async": "^1.4.2",
"gulp": "^3.5.6",
- "gulp-sass": "^1.3.3",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
- "gulp-rename": "^1.2.0"
+ "gulp-rename": "^1.2.0",
+ "gulp-sass": "^1.3.3"
},
"devDependencies": {
"bower": "^1.3.3",
+ "clean-css": "^3.4.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-util": "^2.2.14",
- "shelljs": "^0.3.0"
+ "shelljs": "^0.3.0",
+ "jshint": "^2.8.0",
+ "ng-annotate": "^1.0.2",
+ "uglify-js": "^2.4.24"
},
"cordovaPlugins": [
"org.apache.cordova.splashscreen",