UNPKG

736 BJSONView Raw
1{
2 "name": "consul-elected",
3 "version": "0.0.6",
4 "description": "Run process only when elected by Consul",
5 "main": "index.js",
6 "dependencies": {
7 "debug": "^2.1.0",
8 "request": "^2.51.0",
9 "yargs": "^1.3.3",
10 "watch-for-path": "^0.0.1"
11 },
12 "devDependencies": {
13 "coffee-script": "^1.8.0",
14 "grunt": "^0.4.5",
15 "grunt-cli": "^0.1.13",
16 "grunt-contrib-coffee": "^0.12.0",
17 "grunt-mocha-test": "^0.12.4"
18 },
19 "scripts": {
20 "test": "echo \"Error: no test specified\" && exit 1",
21 "prepublish": "grunt"
22 },
23 "author": "Eric Richardson <erichardson@scpr.org>",
24 "repository": "git@github.com:SCPR/consul-elected.git",
25 "license": "BSD",
26 "bin": {
27 "consul-elected": "./runner-cmd"
28 }
29}