-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.09 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
{
"name": "vue-translations",
"version": "1.0.0",
"description": "Translataion for your VueJS2 application. (like as laravel translations)",
"main": "dist/vue-translations.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/owl1n/vue-translations.git"
},
"keywords": [
"vue",
"vuejs",
"translations",
"multilang",
"i18n",
"vuejs2"
],
"files": [
"src",
"src/packages"
],
"peerDependencies": {
"vue": "^2.5.16",
"lodash": "^4.17.10"
},
"unpkg": "src/index.js",
"author": "Markin Maxim",
"license": "MIT",
"bugs": {
"url": "https://github.com/owl1n/vue-translations/issues"
},
"homepage": "https://github.com/owl1n/vue-translations#readme",
"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"
}
}