UNPKG

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