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",
|
2018-03-15 20:27:39 +00:00
|
|
|
"doc": "jsdoc -c jsdoc.json"
|
2017-04-11 02:30:17 +00:00
|
|
|
},
|
2018-07-19 13:10:08 +00:00
|
|
|
"dependencies": {},
|
2017-04-11 02:30:17 +00:00
|
|
|
"devDependencies": {
|
2018-09-11 13:13:41 +00:00
|
|
|
"eslint-config-wikimedia": "0.8.1",
|
|
|
|
"eslint-plugin-qunit": "3.3.1",
|
|
|
|
"grunt": "1.0.3",
|
2017-10-26 22:42:55 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2018-09-11 13:13:41 +00:00
|
|
|
"grunt-eslint": "21.0.0",
|
2017-10-26 22:42:55 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
|
|
|
"grunt-notify": "0.4.5",
|
2018-09-11 13:13:41 +00:00
|
|
|
"grunt-stylelint": "0.10.0",
|
2018-07-19 13:10:08 +00:00
|
|
|
"jsdoc": "3.5.5",
|
2018-05-02 14:35:35 +00:00
|
|
|
"pre-commit": "1.2.2",
|
2018-09-11 13:13:41 +00:00
|
|
|
"stylelint": "9.3.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.3",
|
2018-07-19 13:10:08 +00:00
|
|
|
"svgo": "0.7.2"
|
2017-04-11 02:30:17 +00:00
|
|
|
}
|
|
|
|
}
|