blob: b95de33cfb3fcffc89f47891a2ee55c327652cca [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": {
"eslint": "^5.15.2",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"file-url": "^3.0.0",
"jasmine": "^3.5.0",
"nyc": "^14.1.1",
"rewire": "^4.0.1"
},
"scripts": {
"test": "npm run eslint && npm run cover",
"cover": "nyc jasmine",
"eslint": "eslint --ignore-path .gitignore ."
},
"engines": {
"node": ">= 10",
"npm": ">= 5.6.0"
},
"nyc": {
"include": [
"index.js"
],
"reporter": [
"lcov",
"text"
]
}
}