forked from AlexDisler/cordova-splash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 838 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
{
"name": "cordova-res",
"version": "0.7.0",
"description": "Automatic splash screen and icon cropping for Cordova",
"main": "index.js",
"preferGlobal": "true",
"directories": {
"bin": "./bin"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://mobilexag/cordova-res.git"
},
"keywords": [
"cordova",
"splash",
"splashscreen",
"crop"
],
"author": "Alex Disler, Chau Thai",
"license": "MIT",
"bugs": {
"url": "https://github.com/mobilexag/cordova-res.git/issues"
},
"homepage": "https://github.com/mobilexag/cordova-res.git",
"dependencies": {
"colors": "^0.6.2",
"fs-extra": "^0.26.7",
"imagemagick": "^0.1.3",
"q": "^1.0.1",
"underscore": "^1.6.0",
"xml2js": "^0.4.3"
}
}