1 Star 0 Fork 0

wolfx / apidoc-core-fork

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
Peter Rottmann 提交于 2017-05-19 11:39 . Update deps.
{
"name": "apidoc-core",
"version": "0.8.3",
"description": "Core parser library to generate apidoc result following the apidoc-spec",
"author": "Peter Rottmann <rottmann@inveris.de>",
"license": "MIT",
"main": "./lib/index.js",
"homepage": "https://github.com/apidoc/apidoc-core",
"repository": {
"type": "git",
"url": "https://github.com/apidoc/apidoc-core.git"
},
"bugs": {
"url": "https://github.com/apidoc/apidoc-core/issues"
},
"scripts": {
"test": "npm run jshint && mocha test/**/*_test.js",
"jshint": "jshint lib/ test/",
"check-updates": "npm-check-updates"
},
"keywords": [
"api",
"apidoc",
"doc",
"documentation",
"rest",
"restful"
],
"engines": {
"node": ">= 0.10.0"
},
"dependencies": {
"fs-extra": "^3.0.1",
"glob": "^7.1.1",
"iconv-lite": "^0.4.17",
"klaw-sync": "^2.1.0",
"lodash": "~4.17.4",
"semver": "~5.3.0"
},
"devDependencies": {
"apidoc-example": "*",
"jshint": "~2.9.4",
"markdown-it": "^8.3.1",
"mocha": "~3.4.1",
"npm-check-updates": "^2.11.1",
"should": "~11.2.1"
},
"jshintConfig": {
"camelcase": true,
"curly": false,
"eqeqeq": true,
"forin": true,
"latedef": false,
"newcap": true,
"undef": true,
"unused": true,
"trailing": true,
"node": true,
"browser": true,
"predef": [
"it",
"describe",
"before",
"after"
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wolfx/apidoc-core-fork.git
git@gitee.com:wolfx/apidoc-core-fork.git
wolfx
apidoc-core-fork
apidoc-core-fork
master

搜索帮助

Bbcd6f05 5694891 0cc6727d 5694891