blob: a95736def0fcd66fe4dd887788be898e4a0862bb [file] [log] [blame]
{
"author": "Apache Software Foundation",
"name": "cordova-common",
"description": "Apache Cordova tools and platforms shared routines",
"license": "Apache-2.0",
"version": "4.0.0-dev",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-common"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "dev@cordova.apache.org"
},
"main": "cordova-common.js",
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"test": "npm run lint && npm run cover",
"test:unit": "jasmine \"spec/**/*.spec.js\"",
"lint": "eslint .",
"cover": "nyc npm run test:unit"
},
"dependencies": {
"ansi": "^0.3.1",
"bplist-parser": "^0.2.0",
"cross-spawn": "^6.0.5",
"elementtree": "^0.1.7",
"endent": "^1.3.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"minimatch": "^3.0.4",
"plist": "^3.0.1",
"q": "^1.4.1",
"strip-bom": "^4.0.0",
"underscore": "^1.9.1"
},
"devDependencies": {
"@cordova/eslint-config": "^2.0.0",
"jasmine": "^3.5.0",
"jasmine-spec-reporter": "^4.2.1",
"nyc": "^14.1.1",
"rewire": "^4.0.1"
},
"contributors": [],
"nyc": {
"all": true,
"exclude": [
"spec/"
],
"reporter": [
"lcov",
"text"
]
}
}