-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 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
{
"name": "ios-splash-generate",
"version": "0.0.0-development",
"description": "Generate all required splash screen images from one source. Right size, right file name.",
"bugs": "https://github.com/excellenteasy/ios-splash-generate/issues",
"homepage": "https://github.com/excellenteasy/ios-splash-generate",
"dependencies": {
"colors": "^1.0.3",
"ios-splash": "^2.0.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": "^10.0.0",
"tape": "^4.0.0"
},
"bin": "./bin/ios-splash-generate.js",
"main": "index.js",
"author": "David Pfahler <david@excellenteasy.com>",
"engines": {
"iojs": "^1",
"node": "^0.10",
"npm": "^2"
},
"scripts": {
"test": "standard && node test.js",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"files": [
"index.js",
"cli.js"
],
"keywords": [
"cli",
"bin",
"splash",
"screen",
"generate",
"create",
"resize",
"crop",
"ios",
"cordova",
"phonegap"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/excellenteasy/ios-splash-generate"
}
}