-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 754 Bytes
/
Copy pathbower.json
File metadata and controls
38 lines (38 loc) · 754 Bytes
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
{
"name": "bootstrap4-bower",
"version": "v4.3.2",
"description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
"keywords": [
"css",
"js",
"sass",
"mobile-first",
"responsive",
"front-end",
"framework",
"web"
],
"homepage": "https://github.com/weilinzung/bootstrap4-bower",
"license": "MIT",
"moduleType": "globals",
"main": [
"dist/scss/bootstrap.scss",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
],
"ignore": [
"/.*",
"/_*",
"about",
"assets",
"docs",
"js/tests",
"nuget",
"composer.json",
"Gruntfile.js"
],
"dependencies": {
"jquery": "1.9.1 - 3",
"popper.js": "1.16.0"
}
}