-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.04 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": "web2splash",
"description": "A PhoneGap splash screen generator using an HTML document as a template.",
"version": "0.6.0",
"main": "./lib/web2splash.js",
"homepage": "http://github.com/mwbrooks/web2splash",
"repository": {
"type": "git",
"url": "git://github.com/mwbrooks/web2splash.git"
},
"keywords": [
"splashscreen",
"splash",
"screen",
"phonegap",
"cordova",
"web2image"
],
"preferGlobal": "false",
"bin": {
"web2splash": "./bin/web2splash.js"
},
"scripts": {
"test": "jasmine-node --color spec"
},
"engines": {
"node": ">=0.6.x"
},
"dependencies": {
"commander": "1.0.4",
"phantom": "0.6.5"
},
"devDependencies": {
"jasmine-node": "1.14.5"
},
"optionalDependencies": {
},
"author": {
"name": "Michael Brooks",
"email": "[email protected]",
"url": "http://michaelbrooks.ca/"
},
"contributors": [
]
}