-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "vue-translate-plugin",
"version": "1.3.2",
"description": "Basic translations plugins for VueJS (1.x, 2.0+)",
"main": "dist/vue-translate.common.js",
"repository": {
"type": "git",
"url": "git+https://github.com/javisperez/vuetranslate.git"
},
"scripts": {
"build": "node build/build.js"
},
"keywords": [
"vue",
"vuejs",
"translate",
"vue-translate",
"vuetranslate",
"locales",
"plugin"
],
"author": {
"name": "Javis Perez",
"email": "[email protected]"
},
"readme": "README.md",
"license": "MIT",
"bugs": {
"url": "https://github.com/javisperez/vuetranslate/issues"
},
"homepage": "https://github.com/javisperez/vuetranslate#readme",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015-loose-rollup": "^7.0.0",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.14.0",
"replace-in-file": "^2.0.1",
"rollup": "^0.35.11",
"rollup-plugin-babel": "^2.6.1",
"uglify-js": "^2.7.3"
}
}