mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Thanks
synced 2024-11-15 19:09:52 +00:00
d6cff27c18
* grunt-banana-checker: 0.2.2 → 0.4.0 Change-Id: Ia5877f4cb1fa04f178d6e8cb5aba87ed6576c3a8
21 lines
459 B
JSON
21 lines
459 B
JSON
{
|
|
"name": "thanks",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for Thanks.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-cli": "0.1.13",
|
|
"grunt-contrib-csslint": "0.4.0",
|
|
"grunt-contrib-jshint": "0.11.3",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-banana-checker": "0.4.0",
|
|
"grunt-jscs": "1.8.0",
|
|
"jshint": "2.8.0",
|
|
"grunt-jsonlint": "1.0.4"
|
|
}
|
|
}
|