-
Notifications
You must be signed in to change notification settings - Fork 42
/
bower.json
42 lines (42 loc) · 852 Bytes
/
bower.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": "vuestrap-base",
"homepage": "https://github.com/kzima/vuestrap-base-components",
"authors": [
"kzima <[email protected]>"
],
"description": "Web components that extend Bootstrap 4.",
"main": [
"dist/vuestrapBase.js",
"dist/vuestrapBase.js.map",
"dist/vuestrapBase.min.js",
"dist/vuestrapBase.css",
"dist/vuestrapBase.css.map",
"dist/vuestrapBase.min.css",
"dist/vuestrapBase-bundle.js",
"dist/vuestrapBase-bundle.min.js"
],
"moduleType": [
"amd",
"globals"
],
"keywords": [
"bootstrap4",
"vuestrap",
"vue-components",
"web-components"
],
"license": "MIT",
"ignore": [
"assets",
"node_modules",
"bower_components",
"docs",
"src",
"build",
"gulpfile.js",
"index.html",
"webpack*.js",
"utils",
"dist/docs.js"
]
}