UNPKG

3.07 kBJSONView Raw
1{
2 "name": "cordova",
3 "version": "4.3.0",
4 "preferGlobal": "true",
5 "description": "Cordova command line interface tool",
6 "main": "cordova",
7 "engines": {
8 "node": ">=0.9.9"
9 },
10 "engineStrict": true,
11 "bin": {
12 "cordova": "./bin/cordova"
13 },
14 "scripts": {
15 "test": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions --color spec",
16 "cover": "node node_modules/istanbul/lib/cli.js cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://git-wip-us.apache.org/repos/asf/cordova-cli.git"
21 },
22 "bugs": {
23 "url": "https://issues.apache.org/jira/browse/CB",
24 "email": "dev@cordova.apache.org"
25 },
26 "keywords": [
27 "cordova",
28 "client",
29 "cli"
30 ],
31 "dependencies": {
32 "cordova-lib": "4.3.0",
33 "q": "1.0.1",
34 "nopt": "3.0.1",
35 "underscore":"1.7.0"
36 },
37 "devDependencies": {
38 "istanbul": "^0.3.4",
39 "grunt": "0.4.5",
40 "grunt-retire": "0.3.7",
41 "jasmine-node": "1.14.5"
42 },
43 "author": "Anis Kadri",
44 "contributors": [
45 {
46 "name": "Brian LeRoux",
47 "email": "b@brian.io"
48 },
49 {
50 "name": "Fil Maj",
51 "email": "maj.fil@gmail.com"
52 },
53 {
54 "name": "Mike Reinstein",
55 "email": "reinstein.mike@gmail.com"
56 },
57 {
58 "name": "Darry Pogue",
59 "email": "darryl@dpogue.ca"
60 },
61 {
62 "name": "Michael Brooks",
63 "email": "michael@michaelbrooks.ca"
64 },
65 {
66 "name": "Braden Shepherdson",
67 "email": "braden@chromium.org"
68 },
69 {
70 "name": "Gord Tanner",
71 "email": "gtanner@gmail.com"
72 },
73 {
74 "name": "Tim Kim",
75 "email": "timk@adobe.com"
76 },
77 {
78 "name": "Benn Mapes",
79 "email": "Benn.Mapes@gmail.com"
80 },
81 {
82 "name": "Michael Wolf",
83 "email": "Michael.Wolf@Cynergy.com"
84 },
85 {
86 "name": "Andrew Grieve",
87 "email": "agrieve@chromium.org"
88 },
89 {
90 "name": "Bryan Higgins",
91 "email": "bhiggins@blackberry.com"
92 },
93 {
94 "name": "Don Coleman",
95 "email": "dcoleman@chariotsolutions.com"
96 },
97 {
98 "name": "Germano Gabbianelli",
99 "email": "tyron.mx@gmail.com"
100 },
101 {
102 "name": "Ian Clelland",
103 "email": "iclelland@chromium.org"
104 },
105 {
106 "name": "Lucas Holmqust",
107 "email": "lholmqui@redhat.com"
108 },
109 {
110 "name": "Matt LeGrand",
111 "email": "mlegrand@gmail.com"
112 },
113 {
114 "name": "Michal Mocny",
115 "email": "mmocny@gmail.com"
116 },
117 {
118 "name": "Sam Breed",
119 "email": "sam@quickleft.com"
120 },
121 {
122 "name": "Tommy-Carlos Williams",
123 "email": "tommy@devgeeks.org"
124 },
125 {
126 "name": "Rubén Norte",
127 "email": "rubennorte@gmail.com"
128 },
129 {
130 "name": "Germano Gabbianelli",
131 "email": "tyrion.mx@gmail.com"
132 },
133 {
134 "name": "Steven Gill",
135 "email": "stevengill97@gmail.com"
136 },
137 {
138 "name":"Jesse",
139 "email":"purplecabbage@gmail.com"
140 }
141 ],
142 "license": "Apache version 2.0"
143}