Files
language-data/package.json
Amir Aharoni d7b731df5c Update package.json to fix npm audit recommendations
* Update version of eslint from 2.9.0 to 5.16.0.
* Update version of mocha from 2.5.3 to 6.1.4.
2019-04-20 14:20:14 +03:00

42 lines
879 B
JSON

{
"name": "language-data",
"version": "0.1.0",
"description": "Language data and utilities",
"homepage": "https://github.com/wikimedia/language-data",
"keywords": [
"cldr",
"internationalization",
"localization",
"l10n"
],
"author": {
"name": "Santhosh Thottingal",
"email": "santhosh.thottingal@gmail.com"
},
"contributors": [
"Amir Aharoni",
"Niklas Laxström",
"Santhosh Thottingal"
],
"devDependencies": {
"assert": "1.4.1",
"eslint": "^5.16.0",
"eslint-config-wikimedia": "0.3.0",
"mocha": "^6.1.4"
},
"repository": {
"type": "git",
"url": "git://github.com/wikimedia/language-data.git"
},
"bugs": {
"url": "http://github.com/wikimedia/language-data/issues"
},
"engine": {
"node": ">=0.10.x"
},
"license": "(MIT OR GPL-2.0+)",
"scripts": {
"test": "mocha"
}
}