-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "bootstrap-card-extender",
"version": "1.0.2",
"description": "Extending bootstrap card by adding option buttons that help make Bootstrap Card more responsive and interactive",
"keywords": [
"bootstrap",
"jquery"
],
"author": "javatmp",
"license": "MIT",
"contributors": [],
"bugs": {
"url": "https://github.com/JavaTMP/bootstrap-card-extender/issues"
},
"homepage": "",
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.0.0",
"gulp-clean-css": "^3.10.0",
"gulp-eslint": "^5.0.0",
"gulp-header": "^2.0.5",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.1",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.4.1",
"popper.js": "^1.14.4"
},
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/JavaTMP/bootstrap-card-extender.git"
}
}