UNPKG

cordova

Version:

Cordova command line interface tool

148 lines (147 loc) 3.16 kB
{ "name": "cordova", "version": "6.5.1-nightly.2017.3.15.f1e9e049", "preferGlobal": "true", "description": "Cordova command line interface tool", "main": "cordova", "engines": { "node": ">=4.0.0" }, "engineStrict": true, "bin": { "cordova": "./bin/cordova" }, "scripts": { "test": "npm run jshint && npm run jasmine", "jshint": "jshint spec && jshint src", "cover": "istanbul cover --root src --print detail jasmine", "jasmine": "jasmine --captureExceptions --color" }, "repository": { "type": "git", "url": "https://git-wip-us.apache.org/repos/asf/cordova-cli.git" }, "bugs": { "url": "https://issues.apache.org/jira/browse/CB", "email": "dev@cordova.apache.org" }, "keywords": [ "cordova", "client", "cli" ], "dependencies": { "cordova-common": "2.0.0", "cordova-lib": "6.5.1-nightly.2017.3.15.07001dc4", "insight": "~0.8.2", "nopt": "3.0.1", "q": "1.0.1", "underscore": "1.7.0", "update-notifier": "^0.5.0" }, "devDependencies": { "jasmine": "^2.5.2", "istanbul": "^0.4.5", "jshint": "^2.9.4" }, "author": "Anis Kadri", "contributors": [ { "name": "Brian LeRoux", "email": "b@brian.io" }, { "name": "Fil Maj", "email": "maj.fil@gmail.com" }, { "name": "Mike Reinstein", "email": "reinstein.mike@gmail.com" }, { "name": "Darry Pogue", "email": "darryl@dpogue.ca" }, { "name": "Michael Brooks", "email": "michael@michaelbrooks.ca" }, { "name": "Braden Shepherdson", "email": "braden@chromium.org" }, { "name": "Gord Tanner", "email": "gtanner@gmail.com" }, { "name": "Tim Kim", "email": "timk@adobe.com" }, { "name": "Benn Mapes", "email": "Benn.Mapes@gmail.com" }, { "name": "Michael Wolf", "email": "Michael.Wolf@Cynergy.com" }, { "name": "Andrew Grieve", "email": "agrieve@chromium.org" }, { "name": "Bryan Higgins", "email": "bhiggins@blackberry.com" }, { "name": "Don Coleman", "email": "dcoleman@chariotsolutions.com" }, { "name": "Germano Gabbianelli", "email": "tyron.mx@gmail.com" }, { "name": "Ian Clelland", "email": "iclelland@chromium.org" }, { "name": "Lucas Holmqust", "email": "lholmqui@redhat.com" }, { "name": "Matt LeGrand", "email": "mlegrand@gmail.com" }, { "name": "Michal Mocny", "email": "mmocny@gmail.com" }, { "name": "Sam Breed", "email": "sam@quickleft.com" }, { "name": "Tommy-Carlos Williams", "email": "tommy@devgeeks.org" }, { "name": "Rubén Norte", "email": "rubennorte@gmail.com" }, { "name": "Germano Gabbianelli", "email": "tyrion.mx@gmail.com" }, { "name": "Steven Gill", "email": "stevengill97@gmail.com" }, { "name": "Jesse", "email": "purplecabbage@gmail.com" } ], "license": "Apache-2.0" }