2014-06-04 02:34:04 +00:00
|
|
|
{
|
2015-09-17 20:10:33 +00:00
|
|
|
"private": true,
|
2014-06-04 02:34:04 +00:00
|
|
|
"scripts": {
|
2015-03-07 01:20:26 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
2014-06-04 02:34:04 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-05-04 21:00:48 +00:00
|
|
|
"eslint-config-wikimedia": "0.4.0",
|
2016-05-19 19:17:39 +00:00
|
|
|
"grunt": "1.0.1",
|
2016-05-24 14:25:25 +00:00
|
|
|
"grunt-banana-checker": "0.5.0",
|
2016-03-17 20:01:57 +00:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2016-12-02 22:05:13 +00:00
|
|
|
"grunt-eslint": "19.0.0",
|
|
|
|
"grunt-jsonlint": "1.0.8",
|
2017-02-17 23:27:41 +00:00
|
|
|
"grunt-stylelint": "0.7.0",
|
2017-07-31 11:41:00 +00:00
|
|
|
"stylelint": "7.8.0",
|
2017-02-17 23:27:41 +00:00
|
|
|
"stylelint-config-wikimedia": "0.4.1"
|
2014-06-04 02:34:04 +00:00
|
|
|
}
|
|
|
|
}
|