summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-02-11 22:36:29 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-02-11 22:36:29 +0100
commit13e6e80281a0c7ddc980006ae39ae3bae4cb03d1 (patch)
tree767d7556cb419ab48bbb75e2563eeb1623ebd225 /js/package.json
parentc191ea52765c2515560eee01c62c61485b1ff6af (diff)
migrate js build system to gulp
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json24
1 files changed, 9 insertions, 15 deletions
diff --git a/js/package.json b/js/package.json
index 6ad26a3fc..09a2b6eeb 100644
--- a/js/package.json
+++ b/js/package.json
@@ -24,21 +24,15 @@
},
"homepage": "https://github.com/owncloud/news",
"devDependencies": {
- "grunt": "^0.4.5",
- "grunt-cachebuster": "^0.1.5",
- "grunt-contrib-concat": "^0.5.1",
- "grunt-contrib-connect": "^0.11.2",
- "grunt-contrib-cssmin": "^0.14.0",
- "grunt-contrib-jshint": "^0.12.0",
- "grunt-contrib-uglify": "^0.11.0",
- "grunt-contrib-watch": "^0.6.1",
- "grunt-karma": "^0.12.1",
- "grunt-ng-annotate": "^1.0.1",
- "grunt-php": "^1.5.1",
- "grunt-phpunit": "^0.3.6",
- "grunt-protractor-runner": "^3.0.0",
- "grunt-protractor-webdriver": "^0.2.5",
- "grunt-wrap": "^0.3.0",
+ "gulp": "^3.9.1",
+ "gulp-concat": "^2.6.0",
+ "gulp-jshint": "^2.0.0",
+ "gulp-ng-annotate": "^1.1.0",
+ "gulp-phpunit": "^0.12.1",
+ "gulp-sourcemaps": "^1.6.0",
+ "gulp-uglify": "^1.5.2",
+ "jshint": "^2.9.1",
+ "jshint-stylish": "^2.1.0",
"karma": "^0.13.19",
"karma-chrome-launcher": "^0.2.2",
"karma-coverage": "^0.5.3",