aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/package.json
blob: 56904dde7514a04c5f2bce1a030a1cc568d61bce (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
{
  "name": "SonarQube",
  "version": "0.0.1",
  "devDependencies": {
    "chai": "^3.2.0",
    "eslint": "^1.2.1",
    "eslint-plugin-bdd": "^1.1.0",
    "eslint-plugin-mocha": "^0.5.1",
    "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-watch": "0.6.1",
    "grunt-rename": "^0.1.4",
    "grunt-text-replace": "0.4.0",
    "grunt-uglify-parallel": "0.0.1",
    "intern": "^3.0.0-rc.1",
    "jit-grunt": "0.9.1",
    "jquery": "^2.1.4",
    "jsdom": "^3.1.1",
    "mocha-eslint": "^1.0.0",
    "sinon": "^1.15.4",
    "time-grunt": "1.2.1"
  },
  "scripts": {
    "build-fast": "./node_modules/.bin/grunt build-fast",
    "build": "./node_modules/.bin/grunt build",
    "build-test": "./node_modules/.bin/grunt build-test",
    "build-coverage": "./node_modules/.bin/grunt build-coverage",
    "test": "./node_modules/.bin/grunt test",
    "mocha": "./node_modules/.bin/mocha --compilers js:babel/register --require tests/testdom tests/**/*-test.js",
    "coverage": "./node_modules/.bin/grunt coverage"
  }
}