gitbook-plugin-github-issue-feedback
Version:
GitHub issue feedback for gitbook.
94 lines (93 loc) • 2.46 kB
JSON
{
"directories": {
"test": "test"
},
"author": "azu",
"license": "MIT",
"files": [
"bin/",
"lib/",
"src/",
"assets/"
],
"name": "gitbook-plugin-github-issue-feedback",
"version": "1.4.0",
"description": "GitHub issue feedback for gitbook.",
"main": "index.js",
"engines": {
"gitbook": "*"
},
"gitbook": {
"properties": {
"repo": {
"type": "string",
"description": "GitHub repo path. e.g.) asciidwango/js-primer ",
"required": true
},
"label": {
"type": "string",
"description": "Label text for report button",
"required": false
},
"newIssueURL": {
"type": "string",
"description": "GitHub New Issue url e.g.) https://github.com/azu/promises-book/issues/new",
"required": false
},
"markdownBaseURL": {
"type": "string",
"description": "Base url for resouce e.g.) https://github.com/asciidwango/js-primer/blob/master/",
"required": false
},
"githubAPIBaseURL": {
"type": "string",
"description": "GitHub API Base url e.g.) https://api.github.com/repos/asciidwango/js-primer/blob/master/",
"required": false
},
"private": {
"type": "boolean",
"description": "Is repo private or not?",
"required": false
}
}
},
"scripts": {
"build": "webpack -p",
"watch": "webpack --watch",
"prepublish": "npm run --if-present build"
},
"keywords": [
"gitbook",
"github",
"issue",
"feeback"
],
"repository": {
"type": "git",
"url": "https://github.com/azu/gitbook-plugin-github-issue-feedback.git"
},
"bugs": {
"url": "https://github.com/azu/gitbook-plugin-github-issue-feedback/issues"
},
"homepage": "https://github.com/azu/gitbook-plugin-github-issue-feedback",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-jsdoc-to-assert": "^4.0.0",
"babel-preset-power-assert": "^1.0.0",
"babel-register": "^6.24.1",
"cross-env": "^5.0.0",
"mocha": "^3.4.2",
"power-assert": "^1.4.2",
"uglifyjs-webpack-plugin": "^0.4.3",
"webpack": "^2.6.1"
},
"dependencies": {
"fs-extra": "^5.0.0",
"position-map-text-to-markdown": "^1.0.1",
"url-join": "^2.0.2"
}
}