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": {
|
|
|
|
"babel-polyfill": "6.9.1",
|
2017-08-25 15:08:08 +00:00
|
|
|
"eslint-config-wikimedia": "0.5.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt": "1.0.1",
|
2017-07-06 20:39:50 +00:00
|
|
|
"grunt-banana-checker": "0.6.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2018-02-04 22:11:22 +00:00
|
|
|
"grunt-eslint": "20.1.0",
|
2018-02-01 00:44:08 +00:00
|
|
|
"grunt-image": "4.1.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
|
|
|
"grunt-mocha-test": "0.12.7",
|
2018-02-04 22:11:22 +00:00
|
|
|
"grunt-stylelint": "0.9.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-tyops": "0.1.0",
|
|
|
|
"jimp": "0.2.24",
|
|
|
|
"mocha": "2.5.3",
|
|
|
|
"selenium-webdriver": "2.53.2",
|
2017-10-26 20:04:07 +00:00
|
|
|
"stylelint": "8.2.0",
|
|
|
|
"stylelint-config-wikimedia": "0.4.2"
|
2017-03-31 21:50:07 +00:00
|
|
|
}
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|