forked from joshgummersall/statsd-riemann-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1005 Bytes
/
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
{
"name": "statsd-riemann-backend",
"version": "0.0.5",
"description": "A simple StatsD backend to stream events to Riemann.io",
"keywords": [
"statsd",
"riemann",
"riemann.io",
"backend"
],
"homepage": "https://github.com/joshgummersall/statsd-riemann-backend",
"bugs": {
"url": "https://github.com/joshgummersall/statsd-riemann-backend/issues",
"email": "[email protected]"
},
"license": "ISC",
"author": {
"name": "Josh Gummersall",
"email": "[email protected]",
"url": "http://joshgummersall.me"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/joshgummersall/statsd-riemann-backend.git"
},
"scripts": {
"jslint": "node_modules/.bin/jslint **/*.js",
"test": "node_modules/.bin/mocha test"
},
"dependencies": {
"jslint": "^0.9.0-pre005",
"riemann": "^0.5.1",
"underscore": "^1.7.0"
},
"devDependencies": {
"mocha": "^2.2.1",
"should": "^5.2.0"
}
}