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": {
|
2019-11-01 16:20:22 +00:00
|
|
|
"eslint-config-wikimedia": "0.15.0",
|
2020-03-19 20:59:39 +00:00
|
|
|
"grunt": "1.1.0",
|
2019-09-18 18:11:45 +00:00
|
|
|
"grunt-banana-checker": "0.8.1",
|
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",
|
2019-08-01 01:48:24 +00:00
|
|
|
"grunt-eslint": "22.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-02-15 20:14:58 +00:00
|
|
|
"grunt-stylelint": "0.14.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-tyops": "0.1.0",
|
2020-03-21 08:51:47 +00:00
|
|
|
"jimp": "0.9.6",
|
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-02-15 20:14:58 +00:00
|
|
|
"stylelint-config-wikimedia": "0.9.0"
|
2017-03-31 21:50:07 +00:00
|
|
|
}
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|