-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
57 lines (57 loc) · 1.03 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
57
{
"name": "mobisplash-cli",
"version": "0.2.0",
"description": "Mobile app splash screen generator",
"license": "MIT",
"repository": "SamVerschueren/mobisplash-cli",
"author": {
"name": "Sam Verschueren",
"email": "[email protected]",
"url": "github.com/SamVerschueren"
},
"bin": {
"mobisplash": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"mobile",
"app",
"application",
"splash",
"screen",
"splashscreen",
"generator",
"mobisplash",
"cordova",
"android",
"ios",
"blackberry10",
"ninepatch",
"9patch"
],
"dependencies": {
"chalk": "^1.1.1",
"log-symbols": "^1.0.2",
"meow": "^3.6.0",
"mobisplash": "^0.2.1",
"obj-clean": "^1.0.1",
"update-notifier": "^0.6.0"
},
"devDependencies": {
"ava": "*",
"execa": "^0.1.1",
"path-exists": "^2.1.0",
"tempfile": "^1.1.1",
"xo": "*"
}
}