-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 934 Bytes
/
package.json
File metadata and controls
53 lines (53 loc) · 934 Bytes
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
{
"name": "mobicon",
"version": "3.0.0",
"description": "Mobile app icon generator",
"license": "MIT",
"repository": "SamVerschueren/mobicon",
"author": {
"name": "Sam Verschueren",
"email": "sam.verschueren@gmail.com",
"url": "github.com/SamVerschueren"
},
"engines": {
"node": ">=6"
},
"scripts": {
"test": "clinton && xo && ava"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"mobile",
"app",
"application",
"icon",
"generator",
"mobicon",
"cordova",
"android",
"ios",
"blackberry10"
],
"dependencies": {
"android-icon-list": "^1.0.1",
"bb10-icon-list": "^1.0.0",
"execa": "^1.0.0",
"gm": "^1.21.1",
"ios-icon-list": "^1.0.0",
"mkdirp": "^0.5.1",
"path-exists": "^3.0.0",
"pify": "^2.3.0",
"pwa-icon-list": "^1.0.0",
"tempy": "^0.3.0"
},
"devDependencies": {
"ava": "*",
"clinton": "*",
"parse-png": "^1.1.2",
"tempfile": "^1.1.1",
"xo": "*"
}
}