mediawiki-extensions-Echo/package.json
Ricordisamoa 1f24e0589d build: Update grunt-jscs to 2.7.0 and disable failing rules
Change-Id: I81cfe364b72653a99300be2f9a7c289dce899b69
2016-02-29 16:42:32 +01:00

19 lines
394 B
JSON

{
"name": "echo",
"version": "0.0.1",
"private": true,
"description": "Build tools for Echo.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.12.0",
"grunt-contrib-watch": "0.6.1",
"grunt-banana-checker": "0.4.0",
"grunt-jscs": "2.7.0",
"grunt-jsonlint": "1.0.7"
}
}