* Update grunt and stylelint according to `npm audit` security suggestion. * Update grunt-stylelint and stylelint-config-wikimedia according to `npm install` suggestion.
52 lines
1.1 KiB
JSON
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.7.2",
|
|
"eslint-plugin-qunit": "^3.3.0",
|
|
"grunt": "1.0.4",
|
|
"grunt-contrib-qunit": "^3.0.1",
|
|
"grunt-eslint": "21.0.0",
|
|
"grunt-stylelint": "0.11.0",
|
|
"stylelint": "10.1.0",
|
|
"stylelint-config-wikimedia": "0.6.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"
|
|
}
|
|
}
|