-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 873 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
34
35
36
37
{
"name": "oakleon-node-influxdb",
"version": "0.3.0",
"description": "node driver for influxdb",
"main": "build/index.js",
"scripts": {
"test": "mocha",
"build": "babel src/index.js > build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Oakleon/oakleon-node-influxdb.git"
},
"keywords": [
"node",
"influxdb",
"oakleon"
],
"author": "tim@oakleon.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/Oakleon/oakleon-node-influxdb/issues"
},
"homepage": "https://github.com/Oakleon/oakleon-node-influxdb#readme",
"dependencies": {
"bluebird": "^2.9.34",
"influx": "~4.0.1",
"lodash": "~3.10.0",
"request-promise": "^0.4.2"
},
"devDependencies": {
"babel-runtime": "^5.8.25",
"chai": "^3.2.0",
"eslint": "^1.6.0",
"moment": "^2.10.6"
}
}