-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
38 lines (38 loc) · 845 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
{
"name": "ionic-resources",
"version": "0.1.8",
"author": {
"name": "Helix Huang",
"email": "[email protected]"
},
"description": "Automatic icon and splash resizing for Cordova",
"main": "index.js",
"preferGlobal": "true",
"directories": {
"bin": "./bin"
},
"repository": {
"type": "git",
"url": "git://github.com/helixhuang/cordova-resources.git"
},
"keywords": [
"cordova",
"ionic",
"icon",
"splash",
"resize"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/helixhuang/cordova-resources/issues"
},
"homepage": "https://github.com/helixhuang/cordova-resources",
"dependencies": {
"colors": "^0.6.2",
"command-line-args": "^4.0.7",
"fs-extra": "^0.30.0",
"gm": "^1.23.0",
"q": "^1.0.1",
"underscore": "^1.6.0"
}
}