-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
43 lines (43 loc) · 864 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
{
"name": "vue-good-wizard",
"version": "1.4.1",
"description": "An easy and clean VueJS 2.x wizard plugin ",
"main": "dist/vue-good-wizard.cjs.js",
"module": "dist/vue-good-wizard.es.js",
"files": [
"dist",
"src"
],
"scripts": {
"bundle": "bili",
"dev": "poi",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xaksis/vue-good-wizard"
},
"keywords": [
"VueJS",
"wizard",
"vue"
],
"author": {
"name": "xaksis",
"email": "[email protected]"
},
"license": "MIT",
"poi": {
"entry": "dev/main.js",
"dist": "dev/dist",
"homepage": "./",
"html": {
"template": "dev/index.html"
}
},
"devDependencies": {
"bili": "^2.2.7",
"poi": "^9.6.13",
"rollup-plugin-vue": "^3.0.0"
}
}