forked from phonegap/phonegap-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.68 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "phonegap",
"description": "PhoneGap command-line interface and node.js library.",
"version": "3.5.0-0.21.17",
"homepage": "http://github.com/phonegap/phonegap-cli",
"repository": {
"type": "git",
"url": "git://github.com/phonegap/phonegap-cli.git"
},
"keywords": [
"cli",
"cordova",
"phonegap",
"phonegap build",
"phonegap/build"
],
"preferGlobal": "true",
"main": "./lib/main.js",
"bin": {
"phonegap": "./bin/phonegap.js"
},
"scripts": {
"test": "jasmine-node --color spec"
},
"engineStrict": "true",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"colors": "0.6.0-1",
"cordova": "3.5.0-0.2.7",
"cordova-lib": "0.21.7",
"connect-phonegap": "0.12.13",
"minimist": "0.1.0",
"phonegap-build": "0.8.4",
"pluralize": "0.0.4",
"prompt": "0.2.11",
"qrcode-terminal": "0.9.4",
"semver": "1.1.0",
"shelljs": "0.1.4"
},
"devDependencies": {
"jasmine-node": "1.14.5",
"chdir": "0.0.x"
},
"optionalDependencies": {
},
"contributors": [
{
"name": "Michael Brooks",
"email": "michael@michaelbrooks.ca",
"url": "http://michaelbrooks.ca/"
},
{
"name": "Lorin Beer",
"email": "lorin.beer@gmail.com",
"url": "http://www.ensufire.com/"
},
{
"name": "Jesse MacFadyen",
"url": "http://risingj.com"
},
{
"name": "Ryan Stewart",
"email": "ryan@adobe.com"
}
]
}