-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 736 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 736 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
{
"name": "example.bootstrap4",
"version": "1.0.0",
"description": "Bootstrap 4 Examples",
"main": "index.js",
"dependencies": {
"bootstrap": "^4.5.0",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macagua/example.bootstrap4.git"
},
"keywords": [
"Bootstrap4",
"Examples"
],
"author": "Leonardo J. Caballero G. <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/macagua/example.bootstrap4/issues"
},
"homepage": "https://github.com/macagua/example.bootstrap4#readme"
}