-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 761 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": "iconmaker",
"version": "0.1.0",
"description": "A simple icon maker",
"main": "dist/iconmaker.js",
"author": "mufeng <mufeng.me@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/iMuFeng/Iconmaker.js.git"
},
"bugs": {
"url": "https://github.com/iMuFeng/Iconmaker.js/issues"
},
"homepage": "https://github.com/iMuFeng/Iconmaker.js#readme",
"license": "MIT",
"bin": {
"iconmaker": "bin/cli"
},
"keywords": [
"iOS",
"iphone",
"ipad",
"Android",
"Webapp",
"macOS",
"icns",
"icon"
],
"dependencies": {
"colors": "^1.1.2",
"glob": "^7.0.3",
"gm": "^1.21.1",
"inquirer": "^0.12.0",
"jsonfile": "^2.2.3",
"sharp": "^0.29.3"
}
}