UNPKG

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