mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 19:10:15 +00:00
c7b336f329
Remove grunt-cli as this is now included by grunt. Change-Id: I7031c27f22c2c6d98aa2c263425ca48bc1e80683
19 lines
419 B
JSON
19 lines
419 B
JSON
{
|
|
"name": "cite",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the Cite extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-contrib-jshint": "1.0.0",
|
|
"grunt-jsonlint": "1.0.7",
|
|
"grunt-jscs": "2.8.0",
|
|
"grunt-stylelint": "0.3.0",
|
|
"stylelint-config-wikimedia": "0.2.0"
|
|
}
|
|
}
|