1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
{
"name": "SonarQube",
"version": "0.0.1",
"devDependencies": {
"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-clean": "0.6.0",
"grunt-contrib-coffee": "0.10.1",
"grunt-contrib-concat": "0.4.0",
"grunt-contrib-copy": "0.5.0",
"grunt-contrib-handlebars": "0.9.2",
"grunt-contrib-jshint": "0.10.0",
"grunt-contrib-less": "0.11.0",
"grunt-contrib-requirejs": "0.4.3",
"grunt-contrib-uglify": "0.4.0",
"grunt-contrib-watch": "0.5.3",
"grunt-css-url-rewrite": "0.3.5",
"grunt-curl": "2.1.0",
"grunt-express-server": "0.4.17",
"grunt-text-replace": "0.4.0",
"grunt-uglify-parallel": "0.0.1",
"grunt-zip": "0.16.2",
"istanbul": "0.3.5",
"istanbul-middleware": "0.2.0",
"jade": "1.4.2",
"jit-grunt": "0.9.1",
"phantomjs": "1.9.7-12",
"serve-static": "1.5.0"
},
"engines": {
"node": "~0.8 || ~0.10"
},
"scripts": {
"build-fast": "./node_modules/.bin/grunt dev",
"build": "./node_modules/.bin/grunt build",
"test": "./node_modules/.bin/grunt test",
"coverage": "./node_modules/.bin/grunt testCoverage"
},
"sources": "src/main/",
"assets": "src/main/webapp/"
}
|