package.json 387 Bytes
Newer Older
rht's avatar
rht committed
1
{
Lars Gierth's avatar
Lars Gierth committed
2 3 4 5 6 7 8 9 10
  "author": "lgierth",
  "bugs": {
    "url": "https://github.com/ipfs/dir-index-html"
  },
  "gx": {
    "dvcsimport": "github.com/ipfs/dir-index-html",
    "goversion": "1.5.2"
  },
  "gxDependencies": [],
Steven Allen's avatar
Steven Allen committed
11
  "gxVersion": "0.14.0",
Lars Gierth's avatar
Lars Gierth committed
12 13
  "language": "go",
  "license": "MIT",
Steven Allen's avatar
Steven Allen committed
14 15 16
  "name": "dir-index-html",
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
  "version": "1.0.4"
rht's avatar
rht committed
17
}
Steven Allen's avatar
Steven Allen committed
18