-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 903 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
40
41
42
43
44
45
46
47
48
49
{
"name": "vue-tabevents",
"version": "1.2.0",
"description": "Easy communication between tabs for Vue 2.x",
"main": "dist/vue-tabevents.cjs.js",
"module": "dist/vue-tabevents.es.js",
"files": [
"dist",
"src"
],
"scripts": {
"bundle": "bili",
"dev": "poi",
"test": "jest ./test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/almoullim/vue-tabevents"
},
"keywords": [
"VueJS",
"events",
"plugin",
"tabs",
"vue"
],
"author": {
"name": "Ali Almoullim",
"email": "[email protected]"
},
"license": "MIT",
"poi": {
"entry": "dev/main.js",
"dist": "dev/dist",
"homepage": "./",
"html": {
"template": "dev/index.html"
}
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.25",
"babel-jest": "^23.6.0",
"bili": "^2.2.7",
"jest": "^23.6.0",
"poi": "^9.6.13",
"rollup-plugin-vue": "^3.0.0",
"vue-jest": "^3.0.0"
}
}