-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 1012 Bytes
/
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
{
"name": "vue-i18n-service",
"version": "0.1.0",
"description": "Collects SFC i18n's and makes them translatable with one file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"vue-i18n-service": "bin/vue-i18n-service.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edisdev/vue-i18n-service.git"
},
"keywords": [
"vue",
"i18n",
"export",
"import"
],
"author": "Fatih Kadir Akin <fatihkadirakin@gmail.com>",
"contributors": [
"Fatih Kadir Akin <fatihkadirakin@gmail.com>",
"Hatice Edis <hedis285@gmail.com>",
"Paul Gascou-Vaillancourt <paul@paulgv.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/edisdev/vue-i18n-service/issues"
},
"homepage": "https://github.com/edisdev/vue-i18n-service#readme",
"dependencies": {
"glob": "^7.1.3",
"myjson-api": "^1.0.1",
"vue-template-compiler": "^2.5.17",
"yargs": "^12.0.2"
}
}