-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
36 lines (35 loc) · 911 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
{
"author": "ipfs",
"bugs": {
"URL": "https://github.com/ipfs/go-metrics-prometheus/issues",
"url": "https://github.com/ipfs/go-metrics-prometheus/issues"
},
"gx": {
"dvcsimport": "github.com/ipfs/go-metrics-prometheus"
},
"gxDependencies": [
{
"author": "whyrusleeping",
"hash": "QmaQtvgBNGwD4os5VLWtBLR6HM6TY6ApX6xFqSnfjDF2aW",
"name": "client_golang",
"version": "0.9.2"
},
{
"author": "ipfs",
"hash": "QmekzFM3hPZjTjUFGTABdQkEnQ3PTiMstY198PwSFr5w1Q",
"name": "go-metrics-interface",
"version": "0.2.0"
},
{
"hash": "QmbkT7eMTyXfpeyB3ZMxxcxg7XH8t6uXp49jqzz4HB7BGF",
"name": "go-log",
"version": "1.5.9"
}
],
"gxVersion": "0.9.0",
"language": "go",
"license": "MIT",
"name": "go-metrics-prometheus",
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "0.3.13"
}