-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 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
{
"name": "statsd-blueflood-backend",
"description": "blueflood statsD backend",
"author": [
"Gary Dusbabek <gdusbabek@gmail.com>",
"George Jahad <george.jahad@rackspace.com>",
"Tilottama Gaat <tilottama.gaat@rackspace.com>",
"Justin Gallardo <justin.gallardo@rackspace.com>"
],
"version": "0.1.1",
"main": "lib/blueflood.js",
"dependencies": {
"request": "2.45.0"
},
"devDependencies": {
"lynx": "0.0.11",
"tape": "^3.5.0"
},
"engine": "node >= 0.8.1",
"scripts": {
"test": "./node_modules/tape/bin/tape tests/test_*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rackerlabs/blueflood-statsd-backend.git"
},
"keywords": [
"statsd",
"blueflood"
],
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"bugs": {
"url": "https://github.com/rackerlabs/blueflood-statsd-backend/issues"
},
"homepage": "https://github.com/rackerlabs/blueflood-statsd-backend"
}