-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
46 lines (46 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"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": "[email protected]",
"url": "https://github.com/tikiatua"
},
"contributors": [
{
"name": "Vu Duong",
"email": "[email protected]",
"url": "https://github.com/vuduo"
},
{
"name": "ktquez",
"email": "[email protected]",
"url": "https://github.com/ktquez"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dkfbasel/vuex-i18n/issues"
},
"homepage": "https://github.com/dkfbasel/vuex-i18n#readme"
}