forked from senecajs/seneca-mesh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1018 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
45
46
47
48
49
{
"name": "seneca-mesh",
"version": "0.7.0",
"description": "Seneca mesh transport.",
"main": "mesh.js",
"license": "MIT",
"author": "Richard Rodger (http://richardrodger.com)",
"contributors": [
"Richard Rodger (http://richardrodger.com)"
],
"scripts": {
"test": "lab test/*.test.js -r console -t 80 -v",
"annotate": "docco mesh.js -o doc"
},
"repository": {
"type": "git",
"url": "https://github.com/rjrodger/seneca-mesh"
},
"keywords": [
"seneca",
"plugin",
"transport",
"load",
"balance",
"client"
],
"dependencies": {
"jsonic": "0.2.2",
"lodash": "4.5.0",
"nid": "0.3.2",
"sneeze": "0.5.0"
},
"devDependencies": {
"docco": "0.7.0",
"eslint-config-seneca": "1.1.1",
"eslint-plugin-standard": "1.3.1",
"lab": "6.2.0",
"seneca": "senecajs/seneca",
"seneca-balance-client": "0.4.0"
},
"peerDependencies": {
"seneca": "*"
},
"files": [
"README.md",
"LICENSE",
"mesh.js"
]
}