joola.datastore-influxdb
Version:
joola influxDB Datastore
44 lines (43 loc) • 923 B
JSON
{
"name": "joola.datastore-influxdb",
"preferGlobal": false,
"version": "0.0.10",
"author": "Joola <info@joo.la>",
"description": "joola influxDB Datastore",
"engine": "node >= 0.10.x",
"private": false,
"repository": {
"type": "git",
"url": "http://github.com/joola/joola.datastore-influxdb.git"
},
"bugs": "http://github.com/joola/joola.datastore-influxdb/issues",
"contributors": [
{
"name": "Itay Weinberger",
"email": "itay@joo.la",
"url": "http://joo.la"
}
],
"main": "./index.js",
"keywords": [
"data",
"analytics",
"big-data",
"visualization",
"noSQL",
"google",
"datastore",
"google datastore"
],
"dependencies": {
"async": "^0.9.0",
"influx": "^3.0.0",
"moment": "^2.6.0",
"traverse": "^0.6.6",
"underscore": "^1.6.0",
"cloneextend": "^0.0.3"
},
"engines": {
"node": "^0.10.*"
}
}