-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 897 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 897 Bytes
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
{
"name": "vue-webpack-gettext",
"version": "0.3.4",
"description": "Extract and compile translations with vue-gettext and vue-loader, i.e. for .vue files with <template lang='pug'></template>",
"main": "extract.js",
"dependencies": {
"consolidate": "^0.14.5",
"easygettext": "^2.7.0",
"glob": "^7.1.1",
"promise": "^7.1.1",
"shelljs": "^0.7.4",
"vue-loader": "^9.9.5",
"yargs": "^6.5.0"
},
"peerDependencies": {
"vue-gettext": "^2.0.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kennyki/vue-webpack-gettext.git"
},
"author": "kenny ki <knyki.12@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kennyki/vue-webpack-gettext/issues"
},
"homepage": "https://github.com/kennyki/vue-webpack-gettext#readme"
}