This repository has been archived by the owner on Apr 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 156
/
package.json
77 lines (77 loc) · 2.06 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
69
70
71
72
73
74
75
76
77
{
"name": "phonegap",
"description": "PhoneGap command-line interface and node.js library.",
"version": "4.2.0-0.23.0",
"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",
"connect-phonegap": "0.14.6",
"cordova": "4.2.0",
"minimist": "0.1.0",
"phonegap-build": "0.9.1",
"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"
}
],
"templates": {
"hello-world": {
"description": "Default hello world app for PhoneGap.",
"url": "https://github.com/phonegap/phonegap-app-hello-world/archive/master.tar.gz"
},
"hello-world-cordova": {
"description": "Default hello world app for Cordova.",
"url": "https://github.com/apache/cordova-app-hello-world/archive/master.tar.gz"
}
}
}