UNPKG

zendo

Version:

A minimal Zendesk agent ticket dashboard thing

38 lines (37 loc) 687 B
{ "name": "zendo", "preferGlobal": true, "version": "1.1.2", "author": "Brian Shumate <brian@brianshumate.com>", "description": "A minimal Zendesk agent ticket dashboard thing", "contributors": [], "bin": { "zendo": "./bin/main.js" }, "scripts": { "test": "standard" }, "main": "", "repository": { "type": "", "url": "" }, "keywords": [ "Zendesk", "status" ], "devDependencies": { "standard": "*" }, "dependencies": { "chalk": "^1.0.0", "commander": "2.1.0", "nconf": "^0.6.9", "node-zendesk": "0.0.8" }, "bundledDependencies": [], "license": "BSD-2-Clause", "engines": { "node": ">=0.10" } }