influxdb-nodejs
Version:
node.js influxdb client
45 lines (44 loc) • 1.23 kB
JSON
{
"name": "influxdb-nodejs",
"description": "node.js influxdb client",
"version": "2.10.0",
"author": "Tree Xie <vicansocanbico@gmail.com>",
"keywords": [
"influx",
"influxdb",
"series",
"stats"
],
"scripts": {
"size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";",
"test": "node ./node_modules/.bin/eslint ./lib/*.js && node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha ./test/*.js --",
"generate-docs": "node ./node_modules/.bin/jsdoc -c jsdoc.json --readme ./api.md"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/vicanso/influxdb-nodejs.git"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"debug": "^3.1.0",
"influx-ql": "^2.9.0",
"lodash": "^4.17.10",
"nano-seconds": "^1.2.2",
"superagent": "^3.8.3",
"superagent-load-balancer": "^2.0.3"
},
"devDependencies": {
"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": "^3.5.3"
}
}