-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.01 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
{
"name": "cordova-media-generator",
"version": "0.4.2",
"description": "Generates Cordova Media (Splashscreens, Icons & Screenshots)",
"main": "media-gen.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cordova",
"icons",
"splash",
"screens",
"phonegap",
"appstore",
"app store"
],
"author": "Snappy Apps",
"license": "Apache 2.0",
"dependencies": {
"async": "^1.5.2",
"gm": "^1.21.1",
"mkdirp": "^0.5.1",
"q": "^1.4.1",
"weak": "^1.0.1"
},
"devDependencies": {
"chai": "^1.9.2",
"chai-as-promised": "^4.1.1",
"mocha": "^1.21.5",
"mocha-as-promised": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rknell/cordova-media-generator.git"
},
"bugs": {
"url": "https://github.com/rknell/cordova-media-generator/issues"
},
"homepage": "https://github.com/rknell/cordova-media-generator",
"preferGlobal": "true",
"bin": {
"mediagen": "media-gen.js"
}
}