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-04-12 18:00:29 +00:00
|
|
|
"grunt": "1.0.1",
|
|
|
|
"grunt-cli": "1.2.0",
|
2016-02-08 03:37:51 +00:00
|
|
|
"grunt-jsonlint": "1.0.7",
|
2016-04-12 18:00:29 +00:00
|
|
|
"grunt-banana-checker": "0.5.0",
|
2016-03-10 16:19:48 +00:00
|
|
|
"grunt-contrib-copy": "1.0.0",
|
|
|
|
"grunt-contrib-csslint": "1.0.0",
|
|
|
|
"grunt-contrib-jshint": "1.0.0",
|
2016-03-17 19:42:38 +00:00
|
|
|
"grunt-contrib-watch": "1.0.0",
|
2016-03-10 16:19:48 +00:00
|
|
|
"grunt-jscs": "2.8.0",
|
2015-12-09 00:44:55 +00:00
|
|
|
"grunt-tyops": "0.1.0"
|
2013-05-31 02:33:12 +00:00
|
|
|
}
|
|
|
|
}
|