summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2015-08-27 14:35:57 -0400
committerPliable Pixels <pliablepixels@users.noreply.github.com>2015-08-27 14:35:57 -0400
commit4332c99d924cd00b6a6e5f1b306db8da58b2ab59 (patch)
treea76bab927c930e049042909b4a19dc91764d379b
parentef2405b9ed9bb021b0fcfe8ed2447cc341326a8e (diff)
parent141b3f8490f30cac958c7c74d8435e9a9b32595f (diff)
Merge pull request #23 from bklang/feature/build_fixes
Add additional JS build dependencies
-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",