-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
44 lines (44 loc) · 999 Bytes
/
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
{
"name": "bootstrap4c-custom-switch",
"description": "Bootstrap 4 Component - Custom switch",
"version": "1.1.2",
"license": "MIT",
"author": {
"name": "Martin Haubek",
"email": "haubek@gmail.com"
},
"scripts": {
"build": "gulp build"
},
"repository": {
"type": "git",
"url": "https://github.com/haubek/bootstrap4c-custom-switch"
},
"main": "dist/css/bootstrap4c-custom-switch.css",
"homepage": "https://haubek.github.io",
"bugs": {
"url": "https://github.com/haubek/bootstrap4c-custom-switch/issues"
},
"keywords": [
"bootstrap",
"component",
"custom",
"switch",
"sass",
"scss",
"css"
],
"dependencies": {
"bootstrap": "^4.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-clean-css": "^2.3.2",
"gulp-plumber": "^1.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-strip-css-comments": "^1.2.0",
"sass-svg-uri": "^1.0.0"
}
}