blob: 0d3fef60310854e18edb3333e02496abf4b725e4 [file] [log] [blame]
{
"name": "cordova-fetch",
"version": "2.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": "^2.2.0",
"fs-extra": "^6.0.1",
"npm-package-arg": "^6.1.0",
"pify": "^4.0.0",
"resolve": "^1.8.1",
"semver": "^5.5.0",
"which": "^1.3.1"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"file-url": "^2.0.2",
"jasmine": "^2.4.1",
"rewire": "^4.0.1",
"nyc": "^12.0.2"
},
"scripts": {
"test": "npm run eslint && npm run cover",
"cover": "nyc jasmine",
"eslint": "eslint --ignore-path .gitignore ."
},
"engines": {
"node": ">= 6",
"npm": ">= 3"
},
"nyc": {
"include": [
"index.js"
],
"reporter": [
"lcov",
"text"
]
}
}