aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/package.json
blob: ffd305ad2ea6a0f401a5d6f3e1da9a7d791782b4 (plain)
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
{
  "name": "SonarQube",
  "version": "0.0.1",
  "devDependencies": {
    "karma": "0.10.8",
    "karma-jasmine": "0.1.5",
    "karma-phantomjs-launcher": "0.1.2",
    "karma-coverage": "0.2.1",
    "karma-junit-reporter": "0.2.1",
    "phantomjs": "1.9.7-1",
    "grunt": "0.4.2",
    "grunt-cli": "0.1.13",
    "grunt-contrib-less": "0.10.0",
    "grunt-contrib-coffee": "0.10.1",
    "grunt-contrib-handlebars": "0.7.0",
    "grunt-contrib-requirejs": "0.4.3",
    "grunt-contrib-watch": "0.5.3",
    "grunt-contrib-uglify": "0.4.0",
    "grunt-karma": "0.6.2",
    "grunt-contrib-clean": "0.5.0",
    "grunt-contrib-copy": "0.5.0",
    "grunt-contrib-concat": "0.4.0"
  },
  "engines": {
    "node": "0.10.26"
  },
  "sources": "src/main/",
  "assets": "src/main/webapp/"
}