2015-06-20 04:55:50 +00:00
|
|
|
{
|
2019-08-02 23:35:28 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2020-02-24 13:55:54 +00:00
|
|
|
"build": "grunt build",
|
2019-08-02 23:35:28 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-22 15:01:56 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.3",
|
2020-03-19 02:02:43 +00:00
|
|
|
"grunt": "1.1.0",
|
2020-04-19 12:58:12 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2019-09-20 12:26:20 +00:00
|
|
|
"grunt-eslint": "22.0.0",
|
2020-04-22 15:01:56 +00:00
|
|
|
"grunt-stylelint": "0.15.0",
|
2019-08-02 23:35:28 +00:00
|
|
|
"grunt-svgmin": "6.0.0",
|
2020-04-22 15:01:56 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.1"
|
2019-08-02 23:35:28 +00:00
|
|
|
}
|
2015-06-20 04:55:50 +00:00
|
|
|
}
|