mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-12 09:24:17 +00:00
64a39ae460
There was a pre-existing jshint config (.jshintrc) file that this upgrades based on the equivalent files for VisualEditor and OOjs UI. Change-Id: I3ecb0e65cc7ff090b7457be895917fbd8b8afd18
26 lines
616 B
JSON
26 lines
616 B
JSON
{
|
|
"name": "templatedata",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gerrit.wikimedia.org/r/p/mediawiki/extensions/TemplateData.git"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "GPL v2+",
|
|
"url": "https://git.wikimedia.org/blob/mediawiki%2Fextensions%2FTemplateData.git/master/COPYING"
|
|
}
|
|
],
|
|
"devDependencies": {
|
|
"grunt": "0.4.2",
|
|
"grunt-contrib-csslint": "0.2.0",
|
|
"grunt-contrib-jshint": "0.10.0",
|
|
"grunt-contrib-watch": "0.6.1",
|
|
"grunt-banana-checker": "0.1.0",
|
|
"grunt-jscs-checker": "0.4.4"
|
|
}
|
|
}
|