-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) Β· 778 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) Β· 778 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
{
"name": "color-scheme-toggle",
"version": "1.0.0",
"description": "A simple javascript to toggle your website between [ π₯ system theme | π dark mode | βοΈ light mode ]",
"main": "color-scheme-toggle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avinashjoshi/color-scheme-toggle.git"
},
"keywords": [
"dark-mode",
"dark-mode-switch",
"dark-mode-toggle",
"dark-mode-switcher",
"dark-mode-js",
"darkmode"
],
"author": "Avinash Joshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/avinashjoshi/color-scheme-toggle/issues"
},
"homepage": "https://github.com/avinashjoshi/color-scheme-toggle#readme"
}