mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Scribunto
synced 2024-11-12 01:11:55 +00:00
9399ba002e
Change-Id: I35b5f6b1ea2e45c8f361e3253d81da9ea55d9259
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.4.0",
|
|
"grunt": "1.0.1",
|
|
"grunt-banana-checker": "0.6.0",
|
|
"grunt-eslint": "19.0.0",
|
|
"grunt-jsonlint": "1.1.0",
|
|
"grunt-stylelint": "0.7.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|