UNPKG

3.42 kBJSONView Raw
1{
2 "name": "cordova",
3 "version": "8.0.1-nightly.2018.7.1.77b7324f",
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 && npm run jasmine",
15 "eslint": "eslint spec && eslint src",
16 "cover": "istanbul cover --root src --print detail jasmine",
17 "jasmine": "jasmine"
18 },
19 "repository": {
20 "type": "git",
21 "url": "https://github.com/apache/cordova-cli"
22 },
23 "bugs": {
24 "url": "https://issues.apache.org/jira/browse/CB",
25 "email": "dev@cordova.apache.org"
26 },
27 "keywords": [
28 "cordova",
29 "client",
30 "cli"
31 ],
32 "dependencies": {
33 "configstore": "2.1.0",
34 "cordova-common": "3.0.0-nightly.2018.7.1.7bf9627f",
35 "cordova-lib": "8.0.1-nightly.2018.7.1.da4b4b37",
36 "editor": "1.0.0",
37 "insight": "0.8.4",
38 "loud-rejection": "^1.6.0",
39 "nopt": "3.0.1",
40 "update-notifier": "0.5.0"
41 },
42 "devDependencies": {
43 "eslint": "^4.0.0",
44 "eslint-config-semistandard": "^11.0.0",
45 "eslint-config-standard": "^10.2.1",
46 "eslint-plugin-import": "^2.3.0",
47 "eslint-plugin-node": "^5.0.0",
48 "eslint-plugin-promise": "^3.5.0",
49 "eslint-plugin-standard": "^3.0.1",
50 "istanbul": "^0.4.5",
51 "jasmine": "^2.5.2",
52 "rewire": "^2.5.2"
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}