2013-05-31 02:33:12 +00:00
|
|
|
{
|
2017-03-31 21:50:07 +00:00
|
|
|
"name": "visualeditor",
|
|
|
|
"version": "0.0.0",
|
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the VisualEditor-MediaWiki extension.",
|
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck",
|
2018-03-07 14:43:25 +00:00
|
|
|
"postdoc": "grunt copy:jsduck",
|
|
|
|
"screenshots-all": "grunt screenshots-all"
|
2017-03-31 21:50:07 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-08-18 12:16:49 +00:00
|
|
|
"eslint-config-wikimedia": "0.17.0",
|
2020-08-30 21:48:44 +00:00
|
|
|
"grunt": "1.3.0",
|
2020-04-16 22:55:04 +00:00
|
|
|
"grunt-banana-checker": "0.9.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2018-07-05 23:59:22 +00:00
|
|
|
"grunt-contrib-watch": "1.1.0",
|
2020-06-02 20:30:00 +00:00
|
|
|
"grunt-eslint": "23.0.0",
|
2019-06-26 21:09:49 +00:00
|
|
|
"grunt-image": "5.0.1",
|
2018-09-15 20:45:49 +00:00
|
|
|
"grunt-mocha-test": "0.13.3",
|
2020-04-16 22:55:04 +00:00
|
|
|
"grunt-stylelint": "0.15.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-tyops": "0.1.0",
|
2020-06-26 11:33:23 +00:00
|
|
|
"jimp": "0.13.0",
|
2018-07-06 17:37:25 +00:00
|
|
|
"mocha": "5.2.0",
|
|
|
|
"selenium-webdriver": "3.6.0",
|
2018-09-25 15:12:56 +00:00
|
|
|
"stringify-object": "3.2.2",
|
2020-04-16 22:55:04 +00:00
|
|
|
"stylelint-config-wikimedia": "0.10.1"
|
2017-03-31 21:50:07 +00:00
|
|
|
}
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|