summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/Translate/package.json
blob: 3d0896736122a3ebf12b1d8636c0f530d62b4562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "private": true,
  "scripts": {
    "test": "grunt test"
  },
  "devDependencies": {
    "grunt": "0.4.5",
    "grunt-cli": "0.1.13",
    "grunt-contrib-jshint": "1.0.0",
    "grunt-jscs": "2.8.0",
    "grunt-jsonlint": "1.0.7",
    "grunt-banana-checker": "0.5.0"
  }
}