-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 906 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 906 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
34
35
36
37
38
39
40
41
42
{
"name": "conkie",
"version": "1.2.17",
"description": "JavaScript desktop widgets",
"main": "app.js",
"bin": {
"conkie": "./start.js"
},
"keywords": [
"desktop",
"widgets",
"conky",
"stats"
],
"repository": {
"type": "git",
"url": "https://github.com/hash-bang/conkie"
},
"author": "Matt Carter <m@ttcarter.com>",
"license": "MIT",
"scripts": {
"start": "electron --enable-transparent-visuals --disable-gpu app.js",
"test": "mocha"
},
"dependencies": {
"async-chainable": "^2.3.2",
"async-chainable-exec": "^1.3.4",
"box-sizing": "^1.0.1",
"colors": "^1.1.2",
"commander": "^2.11.0",
"conkie-stats": "^1.5.3",
"ejs": "^2.5.6",
"electron-prebuilt": "^1.4.13",
"lodash": "^4.17.4",
"require-grep": "0.0.5",
"temp": "^0.8.3",
"which": "^1.2.14"
},
"engines": {
"node": ">=6.0.0"
}
}