summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/MultimediaViewer/package.json
blob: e54ceb9b056887560a9da0dfae351bc9cf7876c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "private": true,
  "scripts": {
    "test": "grunt test",
    "doc": "jsduck"
  },
  "devDependencies": {
    "eslint-config-wikimedia": "0.5.0",
    "grunt": "1.0.1",
    "grunt-banana-checker": "0.6.0",
    "grunt-eslint": "20.0.0",
    "grunt-jsonlint": "1.1.0",
    "grunt-stylelint": "0.9.0",
    "grunt-svgmin": "5.0.0",
    "stylelint": "8.2.0",
    "stylelint-config-wikimedia": "0.4.2"
  }
}