-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 845 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
41
42
43
44
{
"name": "seneca-registry-consul",
"version": "0.1.0",
"description": "Seneca key value registry for Consul.",
"main": "registry.js",
"scripts": {
"test": "./test.sh",
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/jmilkiewicz/seneca-registry-consul"
},
"keywords": [
"seneca",
"plugin",
"service",
"registry",
"consul",
"key",
"value",
"store"
],
"author": "Jakub Milkiewicz",
"contributors": [
"Richard Rodger (http://richardrodger.com)"
],
"license": "MIT",
"dependencies": {
"consul": "^0.13.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"docco": "~0.6.3",
"jshint": "~2.6.0",
"mocha": "~2.1.0",
"seneca": "~0.6.1"
},
"files": [
"LICENSE.txt",
"README.md",
"registry.js"
]
}