aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/package.json
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-05-28 15:22:10 +0200
committerStas Vilchik <vilchiks@gmail.com>2015-05-28 15:26:44 +0200
commit2a4b82bcdc252036b05e6257495d72541e3f79b9 (patch)
tree4a9206586e9aab34e1f390205e896b0efa80267d /server/sonar-web/package.json
parentd775a84b9b76288d14665e7d7b29fcf0650921bb (diff)
downloadsonarqube-2a4b82bcdc252036b05e6257495d72541e3f79b9.tar.gz
sonarqube-2a4b82bcdc252036b05e6257495d72541e3f79b9.zip
use grunt-concurrent
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r--server/sonar-web/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json
index 328f91ef384..31786ba8f20 100644
--- a/server/sonar-web/package.json
+++ b/server/sonar-web/package.json
@@ -8,6 +8,7 @@
"grunt": "0.4.4",
"grunt-casper": "0.3.9",
"grunt-cli": "0.1.13",
+ "grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-concat": "0.4.0",
@@ -20,14 +21,14 @@
"grunt-contrib-watch": "0.5.3",
"grunt-curl": "2.1.0",
"grunt-express-server": "0.4.17",
- "grunt-parallel": "0.4.1",
"grunt-text-replace": "0.4.0",
"grunt-zip": "0.16.2",
"istanbul": "0.3.5",
"istanbul-middleware": "0.2.0",
"jade": "1.4.2",
"jit-grunt": "0.9.1",
- "serve-static": "1.5.0"
+ "serve-static": "1.5.0",
+ "time-grunt": "1.2.1"
},
"scripts": {
"build-fast": "./node_modules/.bin/grunt build-fast",