-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·33 lines (33 loc) · 848 Bytes
/
package.json
File metadata and controls
executable file
·33 lines (33 loc) · 848 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
28
29
30
31
32
33
{
"name": "@jakejarrett/gtk-theme",
"version": "2.0.1",
"description": "Get the current GTK3 theme",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "ts-node src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jakejarrett/node-gtk-theme.git"
},
"keywords": [
"GTK3",
"Linux",
"Electron",
"Helper"
],
"author": "Jake Jarrett <jakeryanjarrett@gmail.com> (https://jakejarrett.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jakejarrett/node-gtk-theme/issues"
},
"homepage": "https://github.com/jakejarrett/node-gtk-theme#readme",
"devDependencies": {
"@types/node": "^11.10.5",
"ts-node": "^8.0.3",
"tslint": "^5.13.1",
"typescript": "^3.3.3333"
}
}