-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 936 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
{
"name": "electron-osx-settings",
"version": "0.1.0",
"description": "Simple API for OSX UI/theme settings from electron app",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anubhavsrivastava/electron-osx-settings.git"
},
"keywords": [
"electron",
"electron-osx",
"electron-darkmode",
"electron-settings",
"osx-mojave",
"electron-them"
],
"author": {
"name": "Anubhav Srivastava",
"email": "anubhav.srivastava00@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/anubhavsrivastava/electron-osx-settings/issues"
},
"homepage": "https://github.com/anubhavsrivastava/electron-osx-settings#readme",
"devDependencies": {
"coveralls": "^3.0.2",
"jest": "^23.6.0"
}
}