aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/package.json
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2014-12-01 11:32:13 +0100
committerStas Vilchik <vilchiks@gmail.com>2014-12-01 11:33:07 +0100
commite4ba9ee7a8f98bd291994d6e822ea8ef52ecc14c (patch)
tree648255bd59f3b223b1afa682c1e89e774b9dfcfb /server/sonar-web/package.json
parent5568c4d155a1bb9913b58adfce75467dd15882ea (diff)
downloadsonarqube-e4ba9ee7a8f98bd291994d6e822ea8ef52ecc14c.tar.gz
sonarqube-e4ba9ee7a8f98bd291994d6e822ea8ef52ecc14c.zip
Add grunt jshint
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r--server/sonar-web/package.json25
1 files changed, 13 insertions, 12 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json
index 9bd6cb730c4..0971f5d2942 100644
--- a/server/sonar-web/package.json
+++ b/server/sonar-web/package.json
@@ -2,26 +2,27 @@
"name": "SonarQube",
"version": "0.0.1",
"devDependencies": {
- "express": "4.8.0",
- "errorhandler": "1.1.1",
- "serve-static": "1.5.0",
- "jade": "1.4.2",
- "phantomjs": "1.9.7-12",
"casperjs": "1.1.0-beta3",
+ "errorhandler": "1.1.1",
+ "express": "4.8.0",
"grunt": "0.4.4",
+ "grunt-casper": "0.3.9",
"grunt-cli": "0.1.13",
- "grunt-contrib-less": "0.10.0",
+ "grunt-contrib-clean": "0.5.0",
"grunt-contrib-coffee": "0.10.1",
+ "grunt-contrib-concat": "0.4.0",
+ "grunt-contrib-copy": "0.5.0",
"grunt-contrib-handlebars": "0.7.0",
+ "grunt-contrib-jshint": "0.10.0",
+ "grunt-contrib-less": "0.10.0",
"grunt-contrib-requirejs": "0.4.3",
- "grunt-contrib-watch": "0.5.3",
"grunt-contrib-uglify": "0.4.0",
- "grunt-contrib-clean": "0.5.0",
- "grunt-contrib-copy": "0.5.0",
- "grunt-contrib-concat": "0.4.0",
+ "grunt-contrib-watch": "0.5.3",
"grunt-css-url-rewrite": "0.3.5",
- "grunt-casper": "0.3.9",
- "grunt-express-server": "0.4.17"
+ "grunt-express-server": "0.4.17",
+ "jade": "1.4.2",
+ "phantomjs": "1.9.7-12",
+ "serve-static": "1.5.0"
},
"engines": {
"node": "~0.8 || ~0.10"