forked from node-influx/node-influx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 748 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "influx",
"version": "3.3.0",
"description": "InfluxDB Client",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha -R dot",
"travis-test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/bencevans/node-influx.git"
},
"keywords": [
"influx",
"influxdb",
"time",
"series",
"client",
"db"
],
"author": "Ben Evans <ben@bensbit.co.uk> (http://bensbit.co.uk)",
"license": "MIT",
"dependencies": {
"request": "2.x",
"underscore": "^1.7.0"
},
"devDependencies": {
"coveralls": "^2.11.1",
"istanbul": "^0.3.2",
"mocha": "^1.21.4"
}
}