-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "flapjack-consul-receiver",
"version": "1.0.3",
"description": "Flapjack receiver for Consul events",
"main": "index.js",
"scripts": {
"test": "grunt test",
"package": "grunt package"
},
"bin": {
"flapjack-consul-receiver": "./index.js"
},
"keywords": [
"consul",
"flapjack"
],
"author": "Brian Lalor <blalor@bluestatedigital.com>",
"homepage": "https://github.com/bluestatedigital/flapjack-consul-receiver",
"bugs": "https://github.com/bluestatedigital/flapjack-consul-receiver/issues",
"repository": {
"type": "git",
"url": "https://github.com/bluestatedigital/flapjack-consul-receiver.git"
},
"license": "WTFPL",
"dependencies": {
"assert-plus": "^0.1.5",
"bunyan": "^0.22.3",
"node-statsd": "0.0.7",
"q": "^1.0.1",
"redis": "^0.10.1",
"request": "^2.34.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.10.2",
"grunt-prepare-install": "^0.1.3",
"semver-utils": "^1.1.0",
"time-grunt": "^0.3.1"
}
}