blob: 392313c66cdcd2a866fa8d419bbf5d3d11a73a0c [file] [log] [blame]
{
"name": "cordova-fetch",
"version": "3.0.0-dev",
"description": "Apache Cordova fetch module. Fetches from git and npm.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-fetch"
},
"keywords": [
"cordova",
"fetch",
"apache",
"ecosystem:cordova",
"cordova:tool"
],
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB",
"email": "dev@cordova.apache.org"
},
"dependencies": {
"cordova-common": "^3.1.0",
"fs-extra": "^8.1.0",
"npm-package-arg": "^6.1.1",
"pify": "^4.0.1",
"resolve": "^1.12.0",
"semver": "^6.3.0",
"which": "^1.3.1"
},
"devDependencies": {
"@cordova/eslint-config": "^2.0.0",
"file-url": "^3.0.0",
"jasmine": "^3.5.0",
"nyc": "^14.1.1",
"rewire": "^4.0.1"
},
"scripts": {
"test": "npm run lint && npm run cover",
"cover": "nyc jasmine",
"lint": "eslint --ignore-path .gitignore ."
},
"engines": {
"node": ">= 10",
"npm": ">= 5.6.0"
},
"nyc": {
"include": [
"index.js"
],
"reporter": [
"lcov",
"text"
]
}
}