forked from Sannis/node-jinba-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 946 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 946 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
{ "name" : "jinba-server"
, "description" : "Node.js server that listen for Jinba requests, process them and write to Pinba"
, "keywords" : ["jinba", "RUM", "pinba", "monitoring", "profiling"]
, "homepage" : "http://sannis.github.com/node-jinba-server"
, "version" : "0.2.1"
, "author" :
{ "name" : "Oleg Efimov"
, "email" : "efimovov@gmail.com"
}
, "contributors" :
[ { "name" : "Oleg Efimov"
, "email" : "efimovov@gmail.com"
}
]
, "bugs" : { "url" : "https://github.com/Sannis/node-jinba-server/issues" }
, "licenses" : [ { "type" : "MIT" } ]
, "repository" :
{ "type" : "git"
, "url" : "http://github.com/Sannis/node-jinba-server.git"
}
, "main" : "./lib/jinba-server.js"
, "scripts" : { "test" : "make test" }
, "engines" : { "node" : ">= 0.8.0" }
, "dependencies" :
{ "pinba" : "~1.2.0" }
, "devDependencies" :
{ "mocha" : "~2.2.5"
, "sinon" : "~1.14.1"
, "jshint" : "~2.7.0"
, "ndoc" : "~3.1.0"
}
}