project: Prepare for npm release
This commit is contained in:
committed by
Michael Fabian Dirks
parent
1b3e6e189f
commit
a3604e7a22
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "i18n",
|
||||
"version": "0.0.1",
|
||||
"description": "Simple Internationalization provider for JavaScript",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user