-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (42 loc) · 1000 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
41
42
43
44
{
"name": "makeicon",
"version": "1.0.1",
"main": "index.js",
"bin": "index.js",
"description": "Automate the creation of icons for your mobile applications",
"scripts": {
"dev": "NODE_ENV=development node index.js",
"start": "NODE_ENV=production node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/godrix/makeicon.git"
},
"keywords": [
"icon",
"generate-icons",
"generator",
"iconlaunch",
"app icons",
"mobile",
"mobile-assets",
"app-store",
"image-generation",
"android",
"ios",
"publish"
],
"author": "Carlos Gabriel Godri <[email protected]> (https://github.com/godrix)",
"license": "MIT",
"bugs": {
"url": "https://github.com/godrix/makeicon/issues"
},
"homepage": "https://github.com/godrix/makeicon#readme",
"dependencies": {
"chalk": "^4.1.0",
"image-size": "^0.9.3",
"jimp": "^0.16.1",
"log-symbols": "^4.0.0",
"prompts": "^2.4.0"
}
}