54 lines
1.1 KiB
JSON
54 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.21.0",
|
|
"eslint-plugin-html": "6.1.2",
|
|
"grunt": "1.4",
|
|
"grunt-contrib-qunit": "4.0.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-stylelint": "0.17.0",
|
|
"stylelint": "14.5.0",
|
|
"stylelint-config-wikimedia": "0.12.0"
|
|
},
|
|
"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"
|
|
}
|
|
}
|