blob: f96c4543f071939b0fd163585fc25342cc4c8ff8 [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",
"get-installed-path": "^4.0.8",
"npm-package-arg": "^6.1.0",
"q": "^1.4.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"
},
"scripts": {
"test": "npm run eslint && npm run jasmine",
"eslint": "eslint .",
"jasmine": "jasmine spec/fetch.spec.js spec/fetch-unit.spec.js"
},
"engines": {
"node": ">= 6",
"npm": ">= 3"
}
}