UNPKG

brush_cli

Version:

A tool for creating and developing cmos PC Framework project.

179 lines (178 loc) 3.95 kB
{ "author": "Apache Software Foundation", "name": "cordova-lib", "description": "Apache Cordova tools core lib and API", "version": "6.1.0", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git" }, "bugs": { "url": "https://issues.apache.org/jira/browse/CB", "email": "dev@cordova.apache.org" }, "main": "cordova-lib.js", "engines": { "node": ">=0.9.9" }, "engineStrict": true, "dependencies": { "aliasify": "^1.7.2", "cordova-app-hello-world": "3.10.0", "cordova-common": "1.1.x", "cordova-js": "4.1.4", "cordova-registry-mapper": "1.x", "cordova-serve": "^1.0.0", "dep-graph": "1.1.0", "elementtree": "0.1.6", "glob": "^5.0.3", "init-package-json": "^1.2.0", "nopt": "^3.0.6", "npm": "^2.10.x", "opener": "1.4.1", "plist": "^1.2.0", "properties-parser": "0.2.3", "q": "1.0.1", "request": "2.47.0", "semver": "^4.3.x", "shelljs": "0.3.0", "tar": "1.0.2", "underscore": "1.7.0", "unorm": "1.3.3", "valid-identifier": "0.0.1", "xcode": "0.8.0" }, "bundledDependencies": [ "cordova-common" ], "devDependencies": { "codecov": "^1.0.1", "istanbul": "^0.3.4", "jasmine-node": "1.14.5", "jshint": "2.5.8", "rewire": "2.1.3" }, "scripts": { "test": "npm run jshint && npm run jasmine", "ci": "npm run jshint && npm run cover && codecov", "jshint": "jshint src spec-cordova spec-plugman", "jasmine": "jasmine-node --captureExceptions --color spec-plugman spec-cordova", "cover": "istanbul cover --root src --print detail node_modules/jasmine-node/bin/jasmine-node -- spec-cordova spec-plugman" }, "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" }, { "name": "Anis Kadri" }, { "name": "Ryan Willoughby" }, { "name": "Brett Rudd" }, { "name": "Shazron Abdullah" }, { "name": "Steve Gill" }, { "name": "Jesse MacFadyen" } ] }