{
  "author": {
    "name": "Demian Rodriguez",
    "email": "demian85@gmail.com"
  },
  "contributors": [
    {
      "name": "Dirk Bonhomme",
      "email": "dirk@bytelogic.be"
    },
    {
      "name": "James Frost",
      "email": "hello@jamesfrost.me"
    },
    {
      "name": "Tom Zellman",
      "email": "tzellman@gmail.com"
    }
  ],
  "name": "gnip",
  "description": "Connect to Gnip streaming API and manage rules",
  "version": "2.3.0",
  "keywords": [
    "gnip",
    "stream",
    "streaming",
    "util",
    "utility",
    "http",
    "twitter"
  ],
  "main": "./lib/index.js",
  "engines": {
    "node": ">=0.8"
  },
  "scripts": {
    "lint": "eslint ."
  },
  "dependencies": {
    "async": "0.1.x",
    "json-bigint": "^0.2.3",
    "limiter": "^1.1.0",
    "request": "2.x",
    "underscore": "^1.3.0"
  },
  "devDependencies": {
    "eslint": "^5.16.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/demian85/gnip"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/demian85/gnip/blob/master/LICENSE"
    }
  ]
}
