mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 17:18:41 +00:00
12f183a20c
grunt-jscs: 0.7.1 -> 0.8.1 No-op; note that this switches us from jscs 1.6.0 to 1.7.2, which provides some new options (unused in the Wikimedia preset). Change-Id: I1d0db2568ff673ff8b8bba9549b06c005eb7186b
18 lines
414 B
JSON
18 lines
414 B
JSON
{
|
|
"name": "visualeditor",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "Build tools for the VisualEditor-MediaWiki extension.",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "0.4.5",
|
|
"grunt-banana-checker": "0.2.0",
|
|
"grunt-contrib-csslint": "0.3.1",
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-jscs": "0.8.1"
|
|
}
|
|
}
|