-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathpackage.json
35 lines (35 loc) · 882 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
{
"name": "electron-icon-maker",
"version": "0.0.5",
"description": "An icon generator to generate all the icon files needed for electron packaging",
"bin": {
"electron-icon-maker": "index.js"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaretburkett/electron-icon-maker.git"
},
"keywords": [
"electron",
"icon",
"maker",
"icns",
"png",
"ico"
],
"author": "Jaret Burkett <[email protected]> (https://github.com/jaretburkett/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaretburkett/electron-icon-maker/issues"
},
"homepage": "https://github.com/jaretburkett/electron-icon-maker",
"dependencies": {
"args": "^2.3.0",
"icon-gen": "2.0.0",
"jimp": "^0.14.0"
}
}