summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/package.json
blob: dab8e13c4b6a3ca1afe5f75481ef91472db226fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "private": true,
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "eslint-config-wikimedia": "0.11.0",
    "grunt": "1.0.4",
    "grunt-banana-checker": "0.6.0",
    "grunt-eslint": "21.0.0",
    "grunt-jsonlint": "1.1.0",
    "grunt-stylelint": "0.10.1",
    "stylelint-config-wikimedia": "0.5.0"
  }
}