{
  "name": "happydoc",
  "version": "0.0.8",
  "description": "happydoc --- convenient system that easy to create to make people easy to publish their documents",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "go-npm install",
    "preuninstall": "go-npm uninstall"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/maple-leaf/happydoc.git"
  },
  "keywords": [
    "document",
    "doc"
  ],
  "author": "maple-leaf",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/maple-leaf/happydoc/issues"
  },
  "homepage": "https://github.com/maple-leaf/happydoc#readme",
  "dependencies": {
    "@maple-leaf/go-npm": "^0.1.9-beta"
  },
  "goBinary": {
    "name": "happydoc",
    "path": "../../.bin",
    "url": "https://github.com/maple-leaf/happydoc/releases/download/{{version}}/happydoc_{{version}}_{{platform}}_{{arch}}.tar.gz"
  }
}
