2013-05-31 02:33:12 +00:00
|
|
|
{
|
|
|
|
"name": "visualeditor",
|
|
|
|
"version": "0.0.0",
|
2014-10-11 00:47:00 +00:00
|
|
|
"private": true,
|
|
|
|
"description": "Build tools for the VisualEditor-MediaWiki extension.",
|
2013-05-31 02:33:12 +00:00
|
|
|
"scripts": {
|
2015-04-03 09:33:22 +00:00
|
|
|
"test": "grunt test",
|
|
|
|
"doc": "jsduck",
|
|
|
|
"postdoc": "grunt copy:jsduck"
|
2013-05-31 02:33:12 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-06-07 16:17:02 +00:00
|
|
|
"babel-polyfill": "6.9.1",
|
2016-10-28 00:22:30 +00:00
|
|
|
"eslint-config-wikimedia": "0.2.0",
|
2016-04-12 18:00:29 +00:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-banana-checker": "0.5.0",
|
2016-03-10 16:19:48 +00:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
2016-03-17 19:42:38 +00:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2016-10-28 00:22:30 +00:00
|
|
|
"grunt-eslint": "19.0.0",
|
2016-06-07 16:17:02 +00:00
|
|
|
"grunt-jsonlint": "1.0.8",
|
2016-06-24 14:24:42 +00:00
|
|
|
"grunt-mocha-test": "0.12.7",
|
2016-08-02 21:28:05 +00:00
|
|
|
"grunt-stylelint": "0.6.0",
|
2016-05-16 14:38:57 +00:00
|
|
|
"grunt-tyops": "0.1.0",
|
2016-06-24 14:24:42 +00:00
|
|
|
"jimp": "0.2.24",
|
|
|
|
"mocha": "2.5.3",
|
|
|
|
"selenium-webdriver": "2.53.2",
|
2016-08-02 21:28:05 +00:00
|
|
|
"stylelint-config-wikimedia": "0.3.0"
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|
|
|
|
}
|