-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 970 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
38
39
40
{
"name": "html-builder-cli",
"version": "3.0.0",
"description": "The fastest way to package an HTML project into a fully native desktop app",
"main": "buildApp.js",
"scripts": {
"test": "node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yikuansun/html-builder-cli.git"
},
"keywords": [
"HTML",
"CSS",
"JS",
"Compile",
"Web",
"Development",
"Desktop",
"App",
"Native",
"Packager",
"Electron"
],
"author": {
"name": "Yikuan Sun",
"url": "https://yikuansun.github.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/yikuansun/html-builder-cli/issues"
},
"homepage": "https://github.com/yikuansun/html-builder-cli#readme",
"dependencies": {
"adm-zip": "^0.5.3",
"png2icons": "^2.0.1"
},
"bin": "./cli.js"
}