-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 752 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 752 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
{
"name": "openfalcon-perfcounter",
"version": "0.0.2",
"description": "Connect Metrics and Open-Falcon for Node.js",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/efeiefei/openfalcon-perfcounter.git"
},
"keywords": [
"metrics",
"openfalcon",
"perfcounter",
"counter"
],
"author": {
"name": "efei",
"email": "efeigm@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/efeiefei/openfalcon-perfcounter/issues"
},
"homepage": "https://github.com/efeiefei/openfalcon-perfcounter#readme",
"dependencies": {
"metrics": "^0.1.9",
"request": "^2.62.0"
}
}