@gdc-js/gdc-collector-http
Version:
An http collector
34 lines (33 loc) • 745 B
JSON
{
"name": "@gdc-js/gdc-collector-http",
"version": "0.5.3",
"description": "An http collector",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EladProject/gdc-js.git"
},
"keywords": [
"http",
"data",
"collector"
],
"author": "Elad Project",
"license": "MIT",
"bugs": {
"url": "https://github.com/EladProject/gdc-js/issues"
},
"homepage": "https://github.com/EladProject/gdc-js#readme",
"dependencies": {
"@gdc-js/common": "^0.5.1",
"axios": "^0.19.2"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-google": "^0.13.0",
"jasmine": "^3.5.0"
}
}