{
  "name": "influx-ql",
  "description": "Simple way for influx ql",
  "version": "2.11.1",
  "author": "Tree Xie <vicansocanbico@gmail.com>",
  "keywords": [
    "influxdb",
    "ql"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vicanso/influx-ql.git"
  },
  "scripts": {
    "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
    "build": "node ./node_modules/.bin/babel lib -d client",
    "test": "node ./node_modules/.bin/eslint lib/*.js && NODE_ENV=test node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ./test/*.js --",
    "docs": "node ./node_modules/.bin/jsdoc -c jsdoc.json"
  },
  "engines": {
    "node": ">=8.0.0"
  },
  "main": "./lib/ql.js",
  "browser": {
    "./lib/ql.js": "./client/ql.js",
    "./lib/internal.js": "./client/internal.js"
  },
  "readmeFilename": "README.md",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "docdash": "^0.4.0",
    "eslint": "^3.12.2",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.8.0",
    "istanbul": "^0.4.5",
    "jsdoc": "^3.4.3",
    "mocha": "^5.2.0"
  }
}
