aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/package.json
blob: b555da9cf2c285207390b795f6889733c7fa2101 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "SonarQube",
  "version": "0.0.1",
  "description": "Put your technical debt under control",
  "repository": "SonarSource/sonarqube",
  "license": "LGPL-3.0",
  "devDependencies": {
    "babel": "^5.8.23",
    "backbone": "^1.1.2",
    "chai": "^3.3.0",
    "grunt": "0.4.5",
    "grunt-babel": "5.0.1",
    "grunt-cli": "0.1.13",
    "grunt-concurrent": "1.0.0",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-concat": "0.5.1",
    "grunt-contrib-copy": "0.8.0",
    "grunt-contrib-handlebars": "0.9.2",
    "grunt-contrib-less": "1.0.1",
    "grunt-contrib-requirejs": "0.4.4",
    "grunt-contrib-uglify": "0.9.1",
    "grunt-contrib-watch": "0.6.1",
    "grunt-rename": "^0.1.4",
    "grunt-text-replace": "0.4.0",
    "intern": "3.0.0",
    "isparta": "^3.0.4",
    "jit-grunt": "0.9.1",
    "jquery": "2.1.4",
    "jsdom": "^6.5.1",
    "mocha": "^2.3.3",
    "moment": "^2.10.6",
    "react": "0.13.3",
    "sinon": "^1.15.4",
    "sinon-chai": "^2.8.0",
    "time-grunt": "1.2.1",
    "underscore": "1.8.3"
  },
  "scripts": {
    "build-fast": "./node_modules/.bin/grunt build-fast",
    "build": "./node_modules/.bin/grunt build",
    "test": "./node_modules/.bin/mocha --opts tests/mocha.opts tests",
    "coverage": "./node_modules/.bin/babel-node ./node_modules/.bin/isparta cover --dir './target/coverage' --include '**/*.js' --include '**/*.jsx' ./node_modules/.bin/_mocha -- --opts tests/mocha.opts tests"
  }
}