zazu-app-table
Version:
A simple table app for zazu dashboard engine.
34 lines (33 loc) • 826 B
JSON
{
"name": "zazu-app-table",
"version": "0.1.8",
"description": "A simple table app for zazu dashboard engine.",
"main": "server/app.js",
"dependencies": {
"accounting": "^0.4.1",
"csv-parse": "^1.0.1",
"debug": "^2.2.0",
"q": "^1.4.1",
"request": "^2.67.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/finanzcheck/zazu-app-table.git"
},
"keywords": [
"Zazu",
"Dashboard",
"Table",
"Zazu App"
],
"author": "Alexander Pinnecke <alexander.pinnecke@googlemail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/finanzcheck/zazu-app-table/issues"
},
"homepage": "https://github.com/finanzcheck/zazu-app-table#readme"
}