-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.56 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "bs-darkmode-toggle",
"version": "1.0.0-alpha2",
"description": "Bootstrap Darkmode Toggle is a plugin for bootstrap to add a ligthmode/darkmode switch in to your app.",
"author": {
"name": "Pablo Alcaraz Martínez",
"url": "https://github.com/palcarazm/"
},
"homepage": "https://palcarazm.github.io/bs-darkmode-toggle/",
"license": "MIT",
"keywords": [
"bootstrap",
"bootstrap plugin",
"bootstrap darkmode",
"bootstrap darkmode toggle",
"bootstrap darkmode-toggle",
"darkmode toggle",
"darkmode-toggle"
],
"repository": {
"type": "git",
"url": "git+https://github.com/palcarazm/bs-darkmode-toggle.git"
},
"funding": {
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/palcarazm"
},
"bugs": {
"url": "https://github.com/palcarazm/bs-darkmode-toggle/issues"
},
"main": "js/bs-darkmode-toggle.ecmas.js",
"files": [
"css/*",
"js/*"
],
"scripts": {
"build": "grunt build",
"postversion": "grunt build && grunt readme && doctoc README.md --github",
"prepack": "grunt build && grunt readme && doctoc README.md --github && git add -A",
"test": "cypress run --browser=chrome"
},
"dependencies": {
"bootstrap": "^5.3.0-alpha",
"bootstrap5-toggle": "^5.0.0"
},
"optionalDependencies": {
"jquery": "^3.6.0"
},
"devDependencies": {
"cypress": "^12.2.0",
"doctoc": "^2.2.1",
"dompurify": "^3.0.0",
"grunt": "^1.5.3",
"grunt-banner": "^0.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.2.2"
}
}