2015-06-20 04:55:50 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2016-03-11 10:35:48 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
2015-06-20 04:55:50 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-04 20:48:57 +00:00
|
|
|
"eslint-config-wikimedia": "0.4.0",
|
2016-07-18 12:47:12 +00:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-banana-checker": "0.5.0",
|
2016-12-14 13:09:10 +00:00
|
|
|
"grunt-eslint": "19.0.0",
|
2016-07-18 14:24:02 +00:00
|
|
|
"grunt-jsonlint": "1.0.8",
|
2017-02-18 00:27:58 +00:00
|
|
|
"grunt-stylelint": "0.7.0",
|
2017-07-31 11:27:34 +00:00
|
|
|
"stylelint": "7.8.0",
|
2017-02-18 00:27:58 +00:00
|
|
|
"stylelint-config-wikimedia": "0.4.1"
|
2015-06-20 04:55:50 +00:00
|
|
|
}
|
|
|
|
}
|