forked from eberlitz/splashicon-generator
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.3 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
{
"name": "lycwed-resources-generator",
"version": "1.0.6",
"description": "icon & splash generator for cordova / ionic projects",
"main": "index.js",
"preferGlobal": false,
"bin": {
"resources-generator": "./bin/resources-generator"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/lycwed/lycwed-resources-generator.git"
},
"keywords": [
"cordova",
"icon",
"splash",
"generator",
"ionic"
],
"author": {
"name": "Lycwed",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lycwed/lycwed-resources-generator/issues"
},
"homepage": "https://github.com/lycwed/lycwed-resources-generator",
"dependencies": {
"colors": "^0.6.2",
"imagemagick": "^0.1.3",
"node-fs": "^0.1.7",
"q": "^1.0.1",
"underscore": "^1.6.0",
"yargs": "^3.8.0"
},
"contributors": [
{
"name": "Luiz Pereira de Souza Filho",
"email": "[email protected]"
},
{
"name": "Eduardo Eidelwein Berlitz",
"email": "[email protected]"
}
]
}