2017-04-11 02:30:17 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2017-07-13 15:56:30 +00:00
|
|
|
"test": "grunt test && npm run doc && dev-scripts/svg_check.sh",
|
|
|
|
"doc": "jsduck"
|
2017-04-11 02:30:17 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-10-26 22:47:26 +00:00
|
|
|
"jsdoc": "3.5.5",
|
|
|
|
"svgo": "0.7.2"
|
2017-04-11 02:30:17 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-25 15:23:23 +00:00
|
|
|
"eslint-config-wikimedia": "0.5.0",
|
2017-10-26 22:42:55 +00:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-banana-checker": "0.6.0",
|
|
|
|
"grunt-contrib-watch": "1.0.0",
|
|
|
|
"grunt-eslint": "20.1.0",
|
|
|
|
"grunt-jsonlint": "1.1.0",
|
|
|
|
"grunt-notify": "0.4.5",
|
2017-08-25 15:23:23 +00:00
|
|
|
"grunt-stylelint": "0.8.0",
|
2017-07-31 09:55:49 +00:00
|
|
|
"stylelint": "7.8.0",
|
2017-07-18 18:56:21 +00:00
|
|
|
"stylelint-config-wikimedia": "0.4.1"
|
2017-04-11 02:30:17 +00:00
|
|
|
}
|
|
|
|
}
|