-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (51 loc) · 841 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
47
48
49
50
51
{
"name": "mobicon-cli",
"version": "3.0.0",
"description": "Mobile app icon generator",
"license": "MIT",
"repository": "SamVerschueren/mobicon-cli",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
"bin": {
"mobicon": "cli.js"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"cli.js"
],
"keywords": [
"cli-app",
"cli",
"mobile",
"app",
"application",
"icon",
"generator",
"mobicon",
"cordova",
"android",
"ios",
"blackberry10"
],
"dependencies": {
"log-symbols": "^3.0.0",
"meow": "^5.0.0",
"mobicon": "^3.0.0",
"update-notifier": "^3.0.1"
},
"devDependencies": {
"ava": "^2.3.0",
"execa": "^0.1.1",
"path-exists": "^4.0.0",
"tempy": "^0.3.0",
"xo": "^0.24.0"
}
}