forked from apache/cordova-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 3 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
{
"name": "cordova",
"version": "5.0.1-dev",
"preferGlobal": "true",
"description": "Cordova command line interface tool",
"main": "cordova",
"engines": {
"node": ">=0.9.9"
},
"engineStrict": true,
"bin": {
"cordova": "./bin/cordova"
},
"scripts": {
"test": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec",
"cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
},
"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": {
"cordova-lib": "5.0.0",
"q": "1.0.1",
"nopt": "3.0.1",
"underscore":"1.7.0"
},
"devDependencies": {
"istanbul": "^0.3.4",
"grunt": "0.4.5",
"grunt-retire": "0.3.7",
"jasmine-node": "1.14.5"
},
"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"
}