-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 879 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
{
"name": "iconerator",
"keywords": [
"icons",
"app icons",
"app icon generator",
"iOS",
"Android"
],
"private": false,
"description": "Generate all app market icons from a single input image (iOS + Android + Web)",
"version": "1.0.10",
"repository": {
"type": "git",
"url": "https://github.com/alexanderscott/iconerator.git"
},
"author": "Alex Ehrnschwender <[email protected]> (https://ehrns.com)",
"dependencies": {
"async": "2.6.4",
"command-exists": "^1.2.9",
"commander": "~2.0.0",
"gm": "^1.23.1",
"imagemagick": "~0.1.3",
"minimist": ">=1.2.6",
"underscore": "~1.12.1"
},
"devDependencies": {
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha --ui bdd --reporter spec"
},
"main": "index.js",
"bin": {
"iconerator": "./bin/iconerator"
},
"license": "MIT"
}