1 Star 0 Fork 5

tablong/algorithm-tutorial

forked from turnon/algorithm-tutorial 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 1011 Bytes
Copy Edit Raw Blame History
turnon authored 2020-01-18 18:12 +08:00 . update
{
"name": "algorithm-tutorial",
"author": "Zhang Peng",
"homepage": "http://dunwu.github.io/algorithm-tutorial",
"repository": {
"type": "git",
"url": "git@github.com:dunwu/algorithm-tutorial.git"
},
"scripts": {
"start": "docsify serve ./ --port 4000",
"clean": "rimraf _book",
"install": "gitbook install",
"serve": "gitbook serve",
"build": "npm run clean & gitbook build",
"pdf": "gitbook pdf ."
},
"dependencies": {
"gitbook-plugin-advanced-emoji": "^0.2.2",
"gitbook-plugin-anchor-navigation-ex": "^1.0.10",
"gitbook-plugin-anchors": "^0.7.1",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-expandable-chapters-small": "^0.1.7",
"gitbook-plugin-github": "^2.0.0",
"gitbook-plugin-search-plus": "0.0.11",
"gitbook-plugin-simple-page-toc": "^0.1.2",
"gitbook-plugin-splitter": "0.0.8",
"gitbook-plugin-tbfed-pagefooter": "0.0.1"
},
"devDependencies": {
"gh-pages": "^2.1.1",
"rimraf": "^3.0.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/tablong/algorithm-tutorial.git
git@gitee.com:tablong/algorithm-tutorial.git
tablong
algorithm-tutorial
algorithm-tutorial
master

Search