package.json 623 Bytes
Newer Older
Jeromy's avatar
Jeromy committed
1 2 3 4 5 6 7 8 9 10
{
  "author": "whyrusleeping",
  "bugs": {
    "url": "https://github.com/ipfs/go-ds-measure"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/go-ds-measure"
  },
  "gxDependencies": [
    {
11 12 13 14
      "author": "ipfs",
      "hash": "QmUcMbPEjA4CiD2KBD4s7hxiqr8TwncfvyfoPDLrgqjhyC",
      "name": "go-metrics-interface",
      "version": "0.1.2"
George Antoniadis's avatar
George Antoniadis committed
15 16 17 18 19 20
    },
    {
      "author": "jbenet",
      "hash": "QmbzuUusHqaLLoNTDEVLcSF6vZDHZDLPC7p4bztRvvkXxU",
      "name": "go-datastore",
      "version": "1.0.0"
Jeromy's avatar
Jeromy committed
21 22 23 24 25 26
    }
  ],
  "gxVersion": "0.8.0",
  "language": "go",
  "license": "",
  "name": "go-ds-measure",
George Antoniadis's avatar
George Antoniadis committed
27
  "version": "1.0.1"
Jeromy's avatar
Jeromy committed
28
}