project: Prepare for npm release

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2018-11-29 00:24:18 +01:00
committed by Michael Fabian Dirks
parent 1b3e6e189f
commit a3604e7a22
3 changed files with 957 additions and 0 deletions
+28
View File
@@ -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"
}
}