-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
46 lines (46 loc) · 962 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
45
46
{
"name": "makeappicon",
"version": "1.2.2",
"description": "Generate an iconset for your iOS App.",
"preferGlobal": "true",
"bin": {
"makeappicon": "./bin/index.js"
},
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/leopic/makeAppIcon.git"
},
"keywords": [
"app",
"appicon",
"iconset",
"ios",
"ios9",
"iosapp",
"makeappicon",
"objective-c",
"swift",
"swiftlang",
"swifty",
"xcode"
],
"author": "Leo Picado",
"license": "MIT",
"bugs": {
"url": "https://github.com/leopic/makeAppIcon/issues"
},
"homepage": "https://github.com/leopic/makeAppIcon",
"dependencies": {
"gm": "^1.17.0",
"lodash": ">=4.17.13",
"yargs": "^1.3.3"
},
"devDependencies": {
"jasmine": "^3.2.0"
},
"scripts": {
"test-init": "./node_modules/jasmine/bin/jasmine.js init",
"test": "./node_modules/jasmine/bin/jasmine.js"
}
}