bugle-reports
Version:
Simple reporting API for CrateDB
31 lines (30 loc) • 685 B
JSON
{
"name": "bugle-reports",
"version": "1.0.2",
"description": "Simple reporting API for CrateDB",
"main": "index.js",
"dependencies": {
"async": "^2.3.0",
"body-parser": "^1.17.1",
"express": "^4.15.2",
"node-crate": "^1.0.27",
"request": "^2.81.0"
},
"devDependencies": {},
"author": "Barry Earsman",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/bazmatic/bugle-reports.git"
},
"keywords": [
"crate",
"cratedb",
"reporting",
"api"
],
"bugs": {
"url": "https://github.com/bazmatic/bugle-reports/issues"
},
"homepage": "https://github.com/bazmatic/bugle-reports#readme"
}