{
  "name": "influent",
  "version": "0.5.2",
  "description": "InfluxDB driver",
  "author": {
    "name": "Sergey Kamardin",
    "email": "gobwas@gmail.com",
    "url": "https://github.com/gobwas"
  },
  "contributors": [
    {
      "name": "Eli Perelman",
      "email": "eli@eliperelman.com",
      "url": "http://eliperelman.com"
    }
  ],
  "repository": "https://github.com/gobwas/influent",
  "license": "MIT",
  "keywords": [
    "influent",
    "influxdb",
    "influx",
    "db",
    "line",
    "protocol"
  ],
  "engines": {
    "node": ">=0.12"
  },
  "dependencies": {
    "hurl": "^0.2.7",
    "inherits-js": "^0.1.1"
  },
  "devDependencies": {
    "assert": "^1.3.0",
    "browserify": "^11.0.1",
    "chai": "^3.2.0",
    "chai-as-promised": "^5.1.0",
    "chance": "^0.7.6",
    "cuculus": "^0.3.3",
    "events": "^1.0.2",
    "glob": "^5.0.15",
    "gulp": "^3.9.0",
    "gulp-autopolyfiller": "^1.2.1",
    "gulp-coveralls": "^0.1.4",
    "gulp-istanbul": "^0.10.0",
    "gulp-jscs": "^3.0.2",
    "gulp-mocha": "^2.1.3",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.3",
    "gulp-uglify": "^1.2.0",
    "gulp-umd": "^0.2.0",
    "karma": "^0.13.10",
    "karma-chrome-launcher": "^0.2.1",
    "karma-firefox-launcher": "^0.1.6",
    "karma-mocha": "^0.2.0",
    "karma-safari-launcher": "^0.1.1",
    "literalify": "^0.4.0",
    "lodash": "^3.10.0",
    "mocha": "^2.3.2",
    "nunjucks": "^2.1.0",
    "querystring": "^0.2.0",
    "rsvp": "^3.1.0",
    "run-sequence": "^1.1.2",
    "sinon": "^1.15.4",
    "strictify": "^0.2.0",
    "vinyl": "^1.0.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "scripts": {
    "test": "gulp test",
    "test_system": "mocha --recursive -t 10000 ./test/system",
    "task": "gulp"
  },
  "main": "./index.js"
}
