-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 950 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
{
"name": "ios-splash",
"version": "0.0.0-development",
"description": "Get iOS splash screen files names and dimensions",
"dependencies": {
"abbrev": "^1.0.5",
"yargs": "^8.0.1"
},
"devDependencies": {
"semantic-release": "^6.3.2",
"standard": "^10.0.1",
"tape": "^4.0.0"
},
"bin": "./bin/ios-splash.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",
"bin/ios-splash.js",
"splash.json"
],
"keywords": [
"cli",
"bin",
"splash",
"screen",
"ios",
"cordova",
"phonegap"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/excellenteasy/ios-splash"
}
}