UNPKG

3.41 kBJSONView Raw
1{
2 "name": "cordova",
3 "version": "9.0.1-nightly.2019.8.25.1c8ca07f",
4 "preferGlobal": true,
5 "description": "Cordova command line interface tool",
6 "main": "cordova",
7 "engines": {
8 "node": ">=6.0.0"
9 },
10 "bin": {
11 "cordova": "./bin/cordova"
12 },
13 "scripts": {
14 "test": "npm run eslint && jasmine",
15 "eslint": "eslint . bin/cordova",
16 "cover": "istanbul cover --root src --print detail jasmine"
17 },
18 "repository": {
19 "type": "git",
20 "url": "https://github.com/apache/cordova-cli"
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 "configstore": "^4.0.0",
33 "cordova-common": "3.2.1-nightly.2019.8.25.d1a10a97",
34 "cordova-lib": "9.0.2-nightly.2019.8.25.375f8f5a",
35 "editor": "^1.0.0",
36 "insight": "^0.10.1",
37 "loud-rejection": "^2.0.0",
38 "nopt": "^4.0.1",
39 "semver": "^6.2.0",
40 "update-notifier": "^2.5.0"
41 },
42 "devDependencies": {
43 "eslint": "^5.15.2",
44 "eslint-config-semistandard": "^13.0.0",
45 "eslint-config-standard": "^12.0.0",
46 "eslint-plugin-import": "^2.16.0",
47 "eslint-plugin-node": "^8.0.1",
48 "eslint-plugin-promise": "^4.0.1",
49 "eslint-plugin-standard": "^4.0.0",
50 "istanbul": "^0.4.5",
51 "jasmine": "^3.3.1",
52 "rewire": "^4.0.1"
53 },
54 "author": "Anis Kadri",
55 "contributors": [
56 {
57 "name": "Brian LeRoux",
58 "email": "b@brian.io"
59 },
60 {
61 "name": "Fil Maj",
62 "email": "maj.fil@gmail.com"
63 },
64 {
65 "name": "Mike Reinstein",
66 "email": "reinstein.mike@gmail.com"
67 },
68 {
69 "name": "Darry Pogue",
70 "email": "darryl@dpogue.ca"
71 },
72 {
73 "name": "Michael Brooks",
74 "email": "michael@michaelbrooks.ca"
75 },
76 {
77 "name": "Braden Shepherdson",
78 "email": "braden@chromium.org"
79 },
80 {
81 "name": "Gord Tanner",
82 "email": "gtanner@gmail.com"
83 },
84 {
85 "name": "Tim Kim",
86 "email": "timk@adobe.com"
87 },
88 {
89 "name": "Benn Mapes",
90 "email": "Benn.Mapes@gmail.com"
91 },
92 {
93 "name": "Michael Wolf",
94 "email": "Michael.Wolf@Cynergy.com"
95 },
96 {
97 "name": "Andrew Grieve",
98 "email": "agrieve@chromium.org"
99 },
100 {
101 "name": "Bryan Higgins",
102 "email": "bhiggins@blackberry.com"
103 },
104 {
105 "name": "Don Coleman",
106 "email": "dcoleman@chariotsolutions.com"
107 },
108 {
109 "name": "Germano Gabbianelli",
110 "email": "tyron.mx@gmail.com"
111 },
112 {
113 "name": "Ian Clelland",
114 "email": "iclelland@chromium.org"
115 },
116 {
117 "name": "Lucas Holmqust",
118 "email": "lholmqui@redhat.com"
119 },
120 {
121 "name": "Matt LeGrand",
122 "email": "mlegrand@gmail.com"
123 },
124 {
125 "name": "Michal Mocny",
126 "email": "mmocny@gmail.com"
127 },
128 {
129 "name": "Sam Breed",
130 "email": "sam@quickleft.com"
131 },
132 {
133 "name": "Tommy-Carlos Williams",
134 "email": "tommy@devgeeks.org"
135 },
136 {
137 "name": "Rubén Norte",
138 "email": "rubennorte@gmail.com"
139 },
140 {
141 "name": "Germano Gabbianelli",
142 "email": "tyrion.mx@gmail.com"
143 },
144 {
145 "name": "Steven Gill",
146 "email": "stevengill97@gmail.com"
147 },
148 {
149 "name": "Jesse MacFadyen",
150 "email": "purplecabbage@gmail.com"
151 }
152 ],
153 "license": "Apache-2.0"
154}