mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-14 10:04:56 +00:00
19 lines
337 B
JSON
19 lines
337 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"doc": "jsduck"
|
|
},
|
|
"devDependencies": {
|
|
"eslint-config-wikimedia": "0.15.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-banana-checker": "0.8.1",
|
|
"grunt-eslint": "22.0.0",
|
|
"grunt-stylelint": "0.13.0",
|
|
"stylelint-config-wikimedia": "0.8.0"
|
|
},
|
|
"eslintIgnore": [
|
|
"vendor/**"
|
|
]
|
|
}
|