UNPKG

json_dataset_tool

Version:

CLI tool to send JSON to Geckoboard's Dataset Platform

35 lines (34 loc) 731 B
{ "name": "json_dataset_tool", "version": "3.0.3", "description": "CLI tool to send JSON to Geckoboard's Dataset Platform", "bin": "index.js", "main": "index.js", "engines": { "node": ">=6.0.0" }, "preferGlobal": true, "bugs": { "url": "https://github.com/jasonmendes/json_dataset_tool/issues" }, "homepage": { "url": "https://github.com/jasonmendes/json_dataset_tool" }, "scripts": {}, "keywords": [ "geckoboard", "node", "dataset", "datasets", "json" ], "author": "Jason Mendes https://github.com/jasonmendes jason@honua.co", "license": "ISC", "dependencies": { "nopt": "3.0.6", "tuko": "1.0.4" }, "devDependencies": { "moment": "^2.14.1" } }