-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 847 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 847 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
{
"name":"jolosrv",
"version":"0.1.0",
"description": "A jolokia JMX to ganglia service",
"author": "Josh Toft <joshtoft@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/seryl/node-jolosrv.git"
},
"dependencies": {
"winston": "0.7.1",
"winston-mixlib-log": "0.0.2",
"optimist": "0.5.2",
"nconf": "0.6.7",
"express":"3.2.6",
"async": "0.2.9",
"jolokia-client": "0.0.9",
"gmetric": "0.2.2",
"mkdirp": "0.3.4",
"pkginfo": "0.3.0"
},
"devDependencies": {
"request": "2.21.0",
"mocha": "1.11.0",
"chai": "1.6.1",
"coffee-script": "1.6.2",
"codo": "1.7.0"
},
"scripts": {
"pretest": "cake build",
"prepublish": "cake build",
"test": "cake -r dot test"
},
"main": "./lib/jolokiasrv",
"bin": { "jolosrv": "./bin/jolosrv" }
}