Files
jquery.uls/package.json
Niklas Laxström e43746f77d Switch from Travis to Github Actions
Split lint and qunit tests into different workflows
2020-12-23 10:48:18 +02:00

52 lines
1.1 KiB
JSON

{
"name": "jquery.uls",
"version": "0.1.0",
"description": "Universal Language Selector",
"homepage": "https://github.com/wikimedia/jquery.uls",
"keywords": [
"internationalization",
"localization",
"uls",
"jquery",
"l10n"
],
"author": {
"name": "Santhosh Thottingal",
"email": "santhosh.thottingal@gmail.com"
},
"contributors": [
"Alolita Sharma",
"Amir Aharoni",
"Arun Ganesh",
"Brandon Harris",
"Niklas Laxström",
"Pau Giner",
"Santhosh Thottingal",
"Siebrand Mazeland"
],
"devDependencies": {
"eslint-config-wikimedia": "0.15.0",
"grunt": "1.3",
"grunt-contrib-qunit": "3.1.0",
"grunt-eslint": "22.0.0",
"grunt-stylelint": "0.13.0",
"stylelint-config-wikimedia": "0.10.3"
},
"repository": {
"type": "git",
"url": "git://github.com/wikimedia/jquery.uls.git"
},
"bugs": {
"url": "https://github.com/wikimedia/jquery.uls/issues"
},
"engine": {
"node": ">=6.11.1"
},
"license": "(MIT OR GPL-2.0+)",
"scripts": {
"test": "grunt test --verbose",
"lint": "grunt lint --verbose",
"qunit": "grunt qunit --verbose"
}
}