blob: 7a40c26ddbdab63dc589766cc0874e4ed2fe07a9 [file] [log] [blame]
{
"author": "Apache Software Foundation",
"name": "cordova-lib",
"license": "Apache-2.0",
"description": "Apache Cordova tools core lib and API",
"version": "8.1.1",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-lib"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "dev@cordova.apache.org"
},
"main": "cordova-lib.js",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"aliasify": "^2.1.0",
"cordova-common": "^2.2.0",
"cordova-create": "^1.1.0",
"cordova-fetch": "^1.3.0",
"cordova-js": "^4.2.2",
"cordova-serve": "^2.0.0",
"dep-graph": "1.1.0",
"dependency-ls": "^1.1.1",
"detect-indent": "^5.0.0",
"elementtree": "^0.1.7",
"glob": "^7.1.2",
"init-package-json": "^1.2.0",
"nopt": "4.0.1",
"opener": "^1.4.3",
"plist": "2.0.1",
"properties-parser": "0.3.1",
"q": "^1.5.1",
"read-chunk": "^2.1.0",
"request": "^2.88.0",
"semver": "^5.3.0",
"shebang-command": "^1.2.0",
"shelljs": "0.3.0",
"tar": "^2.2.1",
"underscore": "^1.9.0",
"unorm": "^1.4.1",
"valid-identifier": "0.0.1",
"which": "^1.3.1",
"xcode": "^1.0.0"
},
"devDependencies": {
"codecov": "^3.0.1",
"eslint": "^4.2.0",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"fs-extra": "^4.0.3",
"globby": "^8.0.1",
"jasmine": "~3.1.0",
"jasmine-spec-reporter": "^4.2.1",
"nyc": "^12.0.2",
"rewire": "^4.0.1"
},
"scripts": {
"test": "npm run eslint && npm run unit-tests && npm run e2e-tests",
"eslint": "eslint src spec integration-tests",
"unit-tests": "jasmine JASMINE_CONFIG_PATH=spec/jasmine.json",
"cover": "nyc -x spec/ -x integration-tests/ npm test",
"e2e-tests": "jasmine JASMINE_CONFIG_PATH=integration-tests/jasmine.json"
},
"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"
}
]
}