29 lines
667 B
JSON
29 lines
667 B
JSON
{
|
|
"name": "i18n",
|
|
"version": "0.0.1",
|
|
"description": "Simple Internationalization (I18n) Provider",
|
|
"main": "i18n.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Xaymar/i18n-js.git"
|
|
},
|
|
"keywords": [
|
|
"i18n",
|
|
"internationalization",
|
|
"translation",
|
|
"translate"
|
|
],
|
|
"author": "Michael Fabian 'Xaymar' Dirks <info@xaymar.com>",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/Xaymar/i18n-js/issues"
|
|
},
|
|
"homepage": "https://github.com/Xaymar/i18n-js#readme",
|
|
"devDependencies": {
|
|
"eslint": "^5.9.0"
|
|
}
|
|
}
|