package.json 533 Bytes
Newer Older
rht's avatar
rht committed
1
{
2
  "name": "dir-index-html",
Lars Gierth's avatar
Lars Gierth committed
3
  "author": "lgierth",
4 5 6
  "description": "Directory listing HTML for go-ipfs gateways",
  "version": "1.2.0",
  "homepage": "https://github.com/ipfs/dir-index-html#readme",
Lars Gierth's avatar
Lars Gierth committed
7 8 9 10 11 12 13 14
  "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
15
  "gxVersion": "0.14.0",
Lars Gierth's avatar
Lars Gierth committed
16 17
  "language": "go",
  "license": "MIT",
Steven Allen's avatar
Steven Allen committed
18
  "releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
19 20
  "scripts": {
  }
rht's avatar
rht committed
21
}