mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
81c99c650c
Change-Id: Icc31cf9bf804765c38a1f44e310c9d8dc43f5be1
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"name": "cite",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the Cite extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.3.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.5.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.6.0",
|
|
"stylelint-config-wikimedia": "0.3.0"
|
|
}
|
|
}
|