blob: 393e51f334b1ef1ef29e2f068184de845f6d2e57 [file] [log] [blame]
{
"name": "cordova-fetch",
"version": "1.1.0",
"description": "Apache Cordova fetch module. Fetches from git and npm.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"
},
"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.0.3",
"dependency-ls": "^1.1.0",
"is-url": "^1.2.1",
"q": "^1.4.1",
"shelljs": "^0.7.0"
},
"devDependencies": {
"jasmine": "^2.4.1",
"jshint": "^2.8.0"
},
"scripts": {
"test": "npm run jshint && npm run jasmine",
"jshint": "jshint index.js spec/fetch.spec.js",
"jasmine": "jasmine spec/fetch.spec.js"
},
"engines": {
"node": ">=4.0.0",
"npm": ">= 2.5.1"
}
}