mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CodeMirror
synced 2024-11-13 17:27:42 +00:00
66ba217ba2
Change-Id: I9b5afb39f5a0d32e722b2a1f56c219b8c85b451c
15 lines
310 B
JSON
15 lines
310 B
JSON
{
|
|
"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.7.0",
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
}
|
|
}
|