forked from dkfbasel/vuex-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.15 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
47
48
49
50
51
52
{
"name": "vuex-i18n",
"version": "1.10.5",
"description": "Easy localization for vue-components using vuex as data store",
"directories": {
"test": "test",
"doc": "docs",
"lib": "src"
},
"main": "dist/vuex-i18n.es.js",
"files": [
"dist",
"test"
],
"scripts": {
"build": "rollup -c rollup.config.js",
"minify": "uglifyjs dist/vuex-i18n.umd.js --output dist/vuex-i18n.min.js --compress --mangle"
},
"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"
}