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": {
|
2014-09-14 06:40:06 +00:00
|
|
|
"grunt": "0.4.5",
|
2015-04-03 09:33:50 +00:00
|
|
|
"grunt-cli": "0.1.13",
|
2015-06-13 08:14:38 +00:00
|
|
|
"grunt-jsonlint": "1.0.4",
|
2015-10-11 16:06:33 +00:00
|
|
|
"grunt-banana-checker": "0.4.0",
|
2015-04-03 09:33:22 +00:00
|
|
|
"grunt-contrib-copy": "0.8.0",
|
2015-09-18 16:46:36 +00:00
|
|
|
"grunt-contrib-csslint": "0.5.0",
|
2015-09-03 21:11:01 +00:00
|
|
|
"grunt-contrib-jshint": "0.11.3",
|
2014-05-15 16:12:43 +00:00
|
|
|
"grunt-contrib-watch": "0.6.1",
|
2015-12-09 00:44:55 +00:00
|
|
|
"grunt-jscs": "2.1.0",
|
|
|
|
"grunt-tyops": "0.1.0"
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|
|
|
|
}
|