forked from uriegel/windows-theme-changes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 747 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 747 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
{
"name": "windows-theme-changes",
"version": "2.0.3",
"description": "Node.js addon to detect when light oder dark theme is chosen",
"main": "index.js",
"os":["win64", "win32"],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uriegel/windows-theme-changes.git"
},
"author": "Uwe Riegel",
"license": "MIT",
"bugs": {
"url": "https://github.com/uriegel/windows-theme-changes/issues"
},
"homepage": "https://github.com/uriegel/windows-theme-changes#readme",
"dependencies": {
"registry-changes-detector": "^4.0.2"
},
"types": "windows-theme-changes.d.ts"
}