-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 944 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 944 Bytes
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": "graphdat-relay",
"author": "Graphdat <support@graphdat.com>",
"license": "Apache v2",
"version": "0.1.24",
"private": false,
"title": "Graphat Relay",
"repository": {
"type": "git",
"url": "https://github.com/graphdat/relay.git"
},
"bin": {
"graphdat-relay": "./bin/cli.js",
"graphdat-relay-daemon": "./bin/daemon.js"
},
"bugs": {
"url": "https://github.com/graphdat/relay/issues"
},
"description": "Hosts one or more Graphdat Plugins",
"keywords": [
"graphdat",
"metrics",
"monitoring"
],
"homepage": "http://free.boundary.com",
"scripts": {
"start": "node --expose-gc bin/cli.js"
},
"dependencies": {
"adm-zip": "0.4.3",
"async": "0.2.9",
"CBuffer": "0.1.4",
"daemonize.redux": "0.0.x",
"optimist": "0.6.0",
"request": "2.27.0",
"underscore": "1.5.1",
"walk": "2.2.1",
"which": "1.0.5"
},
"engine": "node >= 0.8.1"
}