diff options
author | kumavis <aaron@kumavis.me> | 2016-03-03 15:29:43 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2016-03-03 15:29:43 +0800 |
commit | f1d100f9107df96bf38c6bb789fc9ac13830284e (patch) | |
tree | 35e8ad7d897ad18f243cd60e6d8db82ff161ccf8 /package.json | |
parent | f52f4d460ec94ba5b95aa42f7035d40c0dc8787d (diff) | |
download | dexon-wallet-f1d100f9107df96bf38c6bb789fc9ac13830284e.tar.gz dexon-wallet-f1d100f9107df96bf38c6bb789fc9ac13830284e.tar.zst dexon-wallet-f1d100f9107df96bf38c6bb789fc9ac13830284e.zip |
deps - add gulp deps
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/package.json b/package.json index 702850c1..ad62c4c0 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,9 @@ "xtend": "^4.0.1" }, "devDependencies": { - "del": "^2.2.0", "browser-sync": "^2.11.1", + "browserify": "^13.0.0", + "del": "^2.2.0", "grunt": "~0.4.1", "grunt-browserify": "^4.0.0", "grunt-chrome-manifest": "~0.2.0", @@ -44,10 +45,16 @@ "grunt-usemin": "~2.1.0", "gulp": "github:gulpjs/gulp#4.0", "gulp-livereload": "^3.8.1", + "gulp-sourcemaps": "^1.6.0", + "gulp-util": "^3.0.7", "gulp-watch": "^4.3.5", "jshint-stylish": "~0.1.5", "load-grunt-tasks": "~0.4.0", - "time-grunt": "~0.3.1" + "lodash.assign": "^4.0.6", + "time-grunt": "~0.3.1", + "vinyl-buffer": "^1.0.0", + "vinyl-source-stream": "^1.1.0", + "watchify": "^3.7.0" }, "engines": { "node": ">=0.8.0" |