vuex-i18n
Version:
Easy localization for vue-components using vuex as data store
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "vuex-i18n",
"version": "1.13.1",
"description": "Easy localization for vue-components using vuex as data store",
"directories": {
"test": "test",
"doc": "docs",
"lib": "src"
},
"main": "dist/vuex-i18n.es.js",
"types": "dist/vuex-i18n.d.ts",
"files": ["dist"],
"repository": {
"type": "git",
"url": "git+https://github.com/dkfbasel/vuex-i18n.git"
},
"keywords": [
"localization",
"translation",
"vuex",
"vue",
"i18n"
],
"author": {
"name": "Ramon Saccilotto",
"email": "tikiatua@gmail.com",
"url": "https://github.com/tikiatua"
},
"contributors": [
{
"name": "Vu Duong",
"email": "info@spotlit.de",
"url": "https://github.com/vuduo"
},
{
"name": "ktquez",
"email": "ktquez@gmail.com",
"url": "https://github.com/ktquez"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dkfbasel/vuex-i18n/issues"
},
"homepage": "https://github.com/dkfbasel/vuex-i18n#readme"
}