diff options
| author | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2015-08-27 14:35:57 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@users.noreply.github.com> | 2015-08-27 14:35:57 -0400 |
| commit | 4332c99d924cd00b6a6e5f1b306db8da58b2ab59 (patch) | |
| tree | a76bab927c930e049042909b4a19dc91764d379b | |
| parent | ef2405b9ed9bb021b0fcfe8ed2447cc341326a8e (diff) | |
| parent | 141b3f8490f30cac958c7c74d8435e9a9b32595f (diff) | |
Merge pull request #23 from bklang/feature/build_fixes
Add additional JS build dependencies
| -rw-r--r-- | package.json | 11 |
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", |
