mediawiki-extensions-Syntax.../package.json
Ed Sanders b403b58682 Add VisualEditor support
Most functionality is provided by MWExtensionNode & MWLiveExtensionInspector.

Bug: T45126
Bug: T60388
Bug: T69515
Change-Id: If502a8bd2199b6ceb824e02fdfd13c81c39b53b4
2015-06-24 22:43:42 +01:00

20 lines
490 B
JSON

{
"name": "SyntaxHighlight_GeSHi",
"version": "0.0.0",
"private": true,
"description": "Build tools for the SyntaxHighlight_GeSHi MediaWiki extension.",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-banana-checker": "0.2.2",
"grunt-contrib-csslint": "0.4.0",
"grunt-contrib-jshint": "0.11.2",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "1.8.0",
"grunt-jsonlint": "1.0.4"
}
}