2015-06-25 19:11:24 +00:00
|
|
|
{
|
2016-11-28 23:14:33 +00:00
|
|
|
"private": true,
|
2015-06-25 19:11:24 +00:00
|
|
|
"scripts": {
|
2016-11-28 23:14:33 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck"
|
2015-06-25 19:11:24 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-11-29 16:22:16 +00:00
|
|
|
"eslint-config-wikimedia": "0.3.0",
|
2017-02-18 00:33:55 +00:00
|
|
|
"grunt": "1.0.1",
|
2016-03-30 21:36:42 +00:00
|
|
|
"grunt-banana-checker": "0.5.0",
|
2017-02-18 00:33:55 +00:00
|
|
|
"grunt-eslint": "19.0.0",
|
2017-01-23 15:01:31 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
2017-02-18 00:33:55 +00:00
|
|
|
"grunt-stylelint": "0.7.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.1"
|
2015-06-25 19:11:24 +00:00
|
|
|
}
|
|
|
|
}
|