{
  "name": "jsdoc-sphinx",
  "version": "0.0.6",
  "description": "A JSDoc3 template which output ReStructured Text for Sphinx Doc",
  "main": "/template/publish.js",
  "scripts": {
    "test": "eslint . && nodeunit"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:HumanBrainProject/jsdoc-sphinx.git"
  },
  "keywords": [
    "jsdoc",
    "jsdoc3",
    "template",
    "rst",
    "restructuredtext",
    "sphinx",
    "javascript",
    "documentation",
    "generator"
  ],
  "author": "Olivier Amblet <olivier.amblet@epfl.ch>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/HumanBrainProject/jsdoc-sphinx/issues"
  },
  "eslintConfig": {
    "root": true,
    "env": {
      "node": true
    },
    "extends": "eslint:recommended",
    "rules": {
      "valid-jsdoc": 2,
      "semi": 2
    }
  },
  "homepage": "https://github.com/HumanBrainProject/jsdoc-sphinx",
  "peerDependencies": {
    "jsdoc": "^3.3.3"
  },
  "devDependencies": {
    "eslint": "^2",
    "eslint-config-google": "^0.5.0",
    "jsdoc": "^3.3.3"
  },
  "dependencies": {
    "async": "^1.5.0",
    "canonical-path": "0.0.2",
    "deasync": "^0.1.3",
    "lodash": "^3.10.1",
    "mkdirp": "^0.5.1",
    "mustache": "^2.2.0",
    "sync": "^0.2.5"
  }
}
