{
  "name": "flow-to-geckoboard",
  "version": "1.0.5",
  "description": "Creates a writable stream for pushing data to Geckoboard.",
  "author": {
    "name": "Athan Reines",
    "email": "athan@gmail.com"
  },
  "contributors": [
    {
      "name": "Athan Reines",
      "email": "athan@gmail.com"
    }
  ],
  "scripts": {
    "test": "mocha",
    "test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
    "codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
  },
  "main": "./lib",
  "bin": {
    "flow-to-geckoboard": "./bin/cli"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/flow-io/to-geckoboard.git"
  },
  "keywords": [
    "flow-io",
    "flow.io",
    "flow",
    "stream",
    "streams",
    "writable",
    "writestream",
    "sink",
    "to",
    "geckoboard",
    "push",
    "visualize",
    "chart",
    "charts",
    "graph",
    "dashboard",
    "widget",
    "push"
  ],
  "bugs": {
    "url": "https://github.com/flow-io/to-geckoboard/issues"
  },
  "dependencies": {
    "minimist": "^1.1.3",
    "pkginfo": "^0.3.0",
    "readable-stream": "^2.0.2",
    "request": "^2.61.0",
    "utils-copy": "^1.0.0",
    "utils-json-parse": "^1.0.0",
    "validate.io-boolean-primitive": "^1.0.0",
    "validate.io-nonnegative": "^1.0.0",
    "validate.io-object": "^1.0.4",
    "validate.io-string-primitive": "^1.0.0"
  },
  "devDependencies": {
    "@kgryte/noop": "^1.0.0",
    "chai": "3.x.x",
    "codecov.io": "^0.1.5",
    "istanbul": "^0.3.0",
    "jshint": "2.x.x",
    "jshint-stylish": "2.x.x",
    "mocha": "2.x.x",
    "nock": "^2.10.0"
  },
  "license": "MIT"
}
