-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.76 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "flow-to-geckoboard",
"version": "1.0.5",
"description": "Creates a writable stream for pushing data to Geckoboard.",
"author": {
"name": "Athan Reines",
"email": "[email protected]"
},
"contributors": [
{
"name": "Athan Reines",
"email": "[email protected]"
}
],
"scripts": {
"test": "mocha",
"test-cov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/coverage -- -R spec",
"codecov": "istanbul cover ./node_modules/.bin/_mocha --dir ./reports/codecov/coverage --report lcovonly -- -R spec && cat ./reports/codecov/coverage/lcov.info | codecov && rm -rf ./reports/codecov"
},
"main": "./lib",
"bin": {
"flow-to-geckoboard": "./bin/cli"
},
"repository": {
"type": "git",
"url": "git://github.com/flow-io/to-geckoboard.git"
},
"keywords": [
"flow-io",
"flow.io",
"flow",
"stream",
"streams",
"writable",
"writestream",
"sink",
"to",
"geckoboard",
"push",
"visualize",
"chart",
"charts",
"graph",
"dashboard",
"widget",
"push"
],
"bugs": {
"url": "https://github.com/flow-io/to-geckoboard/issues"
},
"dependencies": {
"minimist": "^1.1.3",
"pkginfo": "^0.3.0",
"readable-stream": "^2.0.2",
"request": "^2.61.0",
"utils-copy": "^1.0.0",
"utils-json-parse": "^1.0.0",
"validate.io-boolean-primitive": "^1.0.0",
"validate.io-nonnegative": "^1.0.0",
"validate.io-object": "^1.0.4",
"validate.io-string-primitive": "^1.0.0"
},
"devDependencies": {
"@kgryte/noop": "^1.0.0",
"chai": "3.x.x",
"codecov.io": "^0.1.5",
"istanbul": "^0.3.0",
"jshint": "2.x.x",
"jshint-stylish": "2.x.x",
"mocha": "2.x.x",
"nock": "^2.10.0"
},
"license": "MIT"
}