forked from excellenteasy/ios-icon-resize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.27 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ios-icon-resize",
"description": "Create all required icons from one icon. Right size, right file name.",
"version": "0.0.0-development",
"author": "David Pfahler <[email protected]>",
"bin": "./bin/ios-icon-resize.js",
"main": "index.js",
"bugs": "https://github.com/excellenteasy/ios-icon-resize/issues",
"homepage": "https://github.com/excellenteasy/ios-icon-resize",
"dependencies": {
"abbrev": "^1.0.5",
"colors": "^1.0.3",
"ios-icons": "^3.1.0",
"lwip": "0.0.9",
"minimist": "^1.1.0",
"q": "^1.1.2"
},
"devDependencies": {
"mkdirp": "^0.5.0",
"rimraf": "^2.2.8",
"semantic-release": "^6.3.2",
"standard": "^8.6.0",
"tape": "^4.0.0"
},
"engines": {
"node": "^0.10",
"npm": "^2"
},
"scripts": {
"test": "standard && node test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"files": [
"index.js",
"bin/ios-icon-resize.js"
],
"repository": {
"type": "git",
"url": "https://github.com/excellenteasy/ios-icon-resize"
},
"release": {
"branch": "master"
},
"license": "MIT",
"keywords": [
"cli",
"bin",
"icon",
"ios",
"cordova",
"phonegap",
"generator",
"create",
"resize"
]
}