forked from apache/cordova-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
148 lines (148 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "cordova",
"version": "3.4.0-0.1.4-dev",
"preferGlobal": "true",
"description": "Cordova command line interface tool",
"main": "cordova",
"engines": {
"node": ">=0.9.9"
},
"engineStrict": true,
"bin": {
"cordova": "./bin/cordova"
},
"scripts": {
"test": "jasmine-node --color spec e2e"
},
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-cli.git"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "[email protected]"
},
"keywords": [
"cordova",
"client",
"cli"
],
"dependencies": {
"elementtree": "0.1.5",
"plugman": "0.20.2",
"plist-with-patches": "0.5.x",
"xcode": "0.6.6",
"shelljs": "0.1.x",
"request": "~2.21.0",
"semver": "2.0.x",
"tar": "0.1.x",
"npmconf": "0.1.x",
"q": "~0.9",
"optimist": "0.6.0",
"mime": "~1.2.11",
"underscore":"1.4.4"
},
"devDependencies": {
"jasmine-node": "1.13.x"
},
"author": "Anis Kadri",
"contributors": [
{
"name": "Brian LeRoux",
"email": "[email protected]"
},
{
"name": "Fil Maj",
"email": "[email protected]"
},
{
"name": "Mike Reinstein",
"email": "[email protected]"
},
{
"name": "Darry Pogue",
"email": "[email protected]"
},
{
"name": "Michael Brooks",
"email": "[email protected]"
},
{
"name": "Braden Shepherdson",
"email": "[email protected]"
},
{
"name": "Gord Tanner",
"email": "[email protected]"
},
{
"name": "Tim Kim",
"email": "[email protected]"
},
{
"name": "Benn Mapes",
"email": "[email protected]"
},
{
"name": "Michael Wolf",
"email": "[email protected]"
},
{
"name": "Andrew Grieve",
"email": "[email protected]"
},
{
"name": "Bryan Higgins",
"email": "[email protected]"
},
{
"name": "Don Coleman",
"email": "[email protected]"
},
{
"name": "Germano Gabbianelli",
"email": "[email protected]"
},
{
"name": "Ian Clelland",
"email": "[email protected]"
},
{
"name": "Lucas Holmqust",
"email": "[email protected]"
},
{
"name": "Matt LeGrand",
"email": "[email protected]"
},
{
"name": "Michal Mocny",
"email": "[email protected]"
},
{
"name": "Sam Breed",
"email": "[email protected]"
},
{
"name": "Tommy-Carlos Williams",
"email": "[email protected]"
},
{
"name": "Rubén Norte",
"email": "[email protected]"
},
{
"name": "Germano Gabbianelli",
"email": "[email protected]"
},
{
"name": "Steven Gill",
"email": "[email protected]"
},
{
"name":"Jesse",
"email":"[email protected]"
}
],
"license": "Apache version 2.0"
}