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",
|
|
|
|
"postdoc": "grunt copy:jsduck"
|
|
|
|
},
|
|
|
|
"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",
|
2017-07-18 11:55:33 +00:00
|
|
|
"grunt-eslint": "20.0.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"grunt-jsonlint": "1.1.0",
|
|
|
|
"grunt-image": "2.2.3",
|
|
|
|
"grunt-mocha-test": "0.12.7",
|
2017-07-06 20:39:50 +00:00
|
|
|
"grunt-stylelint": "0.8.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-07-06 20:39:50 +00:00
|
|
|
"stylelint": "7.8.0",
|
2017-03-31 21:50:07 +00:00
|
|
|
"stylelint-config-wikimedia": "0.4.1"
|
|
|
|
}
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|