-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
64 lines (64 loc) · 1.69 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "vue-burger-button",
"description": "A Vue burger button as functional component, which is faster than a regular component, and is pretty small (JS min+gzip is lower than 700b and CSS min+gzip is lower than 400b).",
"version": "0.1.2",
"files": ["dist/"],
"cdn": "dist/vue-burger-button.min.js",
"main": "dist/vue-burger-button.cjs.js",
"unpkg": "dist/vue-burger-button.min.js",
"module": "dist/vue-burger-button.es.js",
"jsdelivr": "dist/vue-burger-button.min.js",
"umd:main": "dist/vue-burger-button.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "poi examples/index.js",
"build": "bili"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VitorLuizC/vue-burger-button.git"
},
"keywords": [
"vue-burger-button",
"burger-button",
"burger",
"vue-hamburger-button",
"hamburger-button",
"hamburger",
"vue-burger-menu",
"burger-menu",
"vue-hamburger-menu",
"hamburger-menu",
"vue-menu",
"menu",
"vue-button",
"vue-component",
"vue",
"button",
"stylus",
"javascript",
"bili",
"poi",
"front-end",
"frontend",
"web"
],
"author": {
"name": "Vitor Luiz Cavalcanti",
"url": "https://vitorluizc.github.io/",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/VitorLuizC/vue-burger-button/issues"
},
"homepage": "https://github.com/VitorLuizC/vue-burger-button#readme",
"devDependencies": {
"bili": "^3.1.2",
"poi": "^10.2.10",
"rollup-plugin-css-only": "^0.4.0",
"rollup-plugin-vue": "^4.3.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
}
}