-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 837 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 837 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
{
"name": "electronite",
"version": "17.3.1-graphite",
"description": "Electron with graphite",
"bin": {
"electronite": "cli.js"
},
"main": "index.js",
"types": "electron.d.ts",
"dependencies": {
"@electron/get": "^1.0.1",
"@types/node": "^14.6.2",
"extract-zip": "^1.0.3"
},
"scripts": {
"postinstall": "node install.js"
},
"engines": {
"node": ">= 8.6"
},
"author": "unfoldingWord",
"license": "MIT",
"keywords": [
"electron",
"graphite",
"electronite"
],
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/unfoldingWord-dev/electronite-cli.git"
},
"bugs": {
"url": "https://github.com/unfoldingWord-dev/electronite-cli/issues"
},
"homepage": "https://github.com/unfoldingWord-dev/electronite-cli#readme"
}