forked from phonegap/phonegap-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
115 lines (115 loc) · 2.97 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "phonegap",
"description": "PhoneGap command-line interface and node.js library.",
"version": "6.3.3+cordova.6.1.1",
"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": "node node_modules/jasmine-node/bin/jasmine-node --color spec"
},
"engineStrict": "true",
"engines": {
"node": ">=0.10.0"
},
"dependencies": {
"colors": "0.6.0-1",
"connect-phonegap": "0.23.1",
"cordova": "6.1.1",
"insight": "0.8.2",
"minimist": "0.1.0",
"opener": "1.4.1",
"phonegap-build": "0.10.0",
"pluralize": "0.0.4",
"prompt": "0.2.11",
"qrcode-terminal": "0.9.4",
"semver": "1.1.0",
"shelljs": "0.1.4",
"update-notifier": "^0.6.0"
},
"devDependencies": {
"jasmine-node": "1.14.5",
"chdir": "0.0.x"
},
"optionalDependencies": {},
"contributors": [
{
"name": "Michael Brooks",
"email": "[email protected]",
"url": "http://michaelbrooks.ca/"
},
{
"name": "Lorin Beer",
"email": "[email protected]",
"url": "http://www.ensufire.com/"
},
{
"name": "Jesse MacFadyen",
"url": "http://risingj.com"
},
{
"name": "Ryan Stewart",
"email": "[email protected]"
},
{
"name": "Herm Wong",
"email": "[email protected]"
},
{
"name": "Suraj Pindoria",
"email": "[email protected]"
},
{
"name": "Tommy-Carlos Williams",
"email": "[email protected]"
}
],
"templates": {
"blank": {
"description": "A blank and empty PhoneGap app.",
"npm": "phonegap-template-blank"
},
"csdk-image-editor": {
"description": "A template for using the Creative Cloud Image Editor.",
"npm": "phonegap-template-csdk-image-editor"
},
"hello-world": {
"description": "Default hello world app for PhoneGap.",
"npm": "phonegap-template-hello-world"
},
"framework7": {
"description": "Starter PhoneGap project for Framework7.",
"npm": "phonegap-template-framework7"
},
"push": {
"description": "An example app for getting started with push notifications",
"npm": "phonegap-template-push"
},
"react-hot-loader": {
"description": "Starter PhoneGap project using React.js, Babel, Webpack and Hot Reloading.",
"npm": "phonegap-template-react-hot-loader"
},
"star-track": {
"description": "An example app using Framework7 and the Spotify API.",
"npm": "phonegap-app-star-track"
},
"wikitude-augmented-reality": {
"description": "Augmented Reality demo app powered by the Wikitude plugin",
"npm": "phonegap-app-augmented-reality"
}
}
}