1 Star 0 Fork 0

南漂一卒/Express-GitHub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.27 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "express-github",
"version": "0.5.1",
"description": "Express middleware for GitHub API",
"engines": {
"node": "^6.5.0"
},
"main": "core/index.js",
"apidoc": {
"template": {
"forceLanguage": "en"
}
},
"scripts": {
"APIDoc": "apidoc -i core/ -o docs/HTTP/ -t node_modules/apidoc-ewa/source/",
"JSDoc": "jsdoc -c ./build/JSDoc.json && reduce-blank ./docs/",
"build": "npm run APIDoc && npm run JSDoc",
"help": "opn docs/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TechQuery/Express-GitHub.git"
},
"keywords": [
"Express",
"Middleware",
"GitHub",
"API"
],
"author": "shiy007@qq.com",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/TechQuery/Express-GitHub/issues"
},
"homepage": "https://techquery.github.io/Express-GitHub/",
"dependencies": {
"express": "^4.16.2",
"express-sse": "^0.4.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5",
"diff2html": "^2.3.2"
},
"devDependencies": {
"apidoc": "^0.17.6",
"apidoc-ewa": "^1.0.1",
"docdash": "^0.4.0",
"jsdoc": "^3.5.5",
"opn-cli": "^3.1.0",
"reduce-blank": "^0.2.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/Tech_Query/Express-GitHub.git
git@gitee.com:Tech_Query/Express-GitHub.git
Tech_Query
Express-GitHub
Express-GitHub
master

搜索帮助