Files
jquery.uls/package.json
dependabot[bot] d6fb8630a6 Bump grunt from 1.5.2 to 1.5.3
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/gruntjs/grunt/releases)
- [Changelog](https://github.com/gruntjs/grunt/blob/main/CHANGELOG)
- [Commits](https://github.com/gruntjs/grunt/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: grunt
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 00:09:40 +00:00

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.5.3",
"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"
}
}