blob: c82c60f43a4151b7b0915de4303fef1af0703d44 [file] [log] [blame]
{
"name": "cordova-fetch",
"version": "1.3.1-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",
"q": "^1.4.1",
"which": "^1.3.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"jasmine": "^2.4.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"
}
}