2014-06-04 02:34:04 +00:00
|
|
|
{
|
2018-10-11 11:15:00 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2018-11-29 14:19:33 +00:00
|
|
|
"eslint-config-wikimedia": "0.9.0",
|
2018-10-11 11:15:00 +00:00
|
|
|
"grunt": "1.0.3",
|
|
|
|
"grunt-banana-checker": "0.6.0",
|
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2018-11-14 14:56:45 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2018-10-11 11:15:00 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2018-11-14 14:56:45 +00:00
|
|
|
"grunt-stylelint": "0.10.1",
|
2018-11-29 14:19:33 +00:00
|
|
|
"stylelint-config-wikimedia": "0.5.0"
|
2018-10-11 11:15:00 +00:00
|
|
|
}
|
2014-06-04 02:34:04 +00:00
|
|
|
}
|