bugle-reports
Version:
Simple reporting API for CrateDB
22 lines (21 loc) • 443 B
JSON
{
"name": "bugle_report_client_demo",
"homepage": "https://github.com/bazmatic/bugle-reports",
"authors": [
"bazmatic"
],
"description": "Demo of the bower bugle-reports-client component",
"main": "test.html",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bugl-reports-client": "bugle-reports-client#*"
}
}