Files
html-tutorial/package.json
2019-07-30 17:30:40 +08:00

37 lines
963 B
JSON

{
"name": "html-tutorial",
"version": "1.0.0",
"description": "HTML 语言教程",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"prepush": "npm update",
"build": "loppo --site \"HTML 教程\" --id html --theme wangdoc",
"build-and-commit": "npm run build && npm run commit",
"commit": "gh-pages --dist dist --dest dist/html --branch master --repo git@github.com:wangdoc/website.git",
"chapter": "loppo chapter"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangdoc/html-tutorial.git"
},
"keywords": [
"HTML",
"tutorial"
],
"author": "Ruan Yifeng",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/wangdoc/html-tutorial/issues"
},
"homepage": "https://github.com/wangdoc/html-tutorial#readme",
"dependencies": {
"gh-pages": "^2.0.1",
"husky": "^3.0.2",
"loppo": "^0.6.15",
"loppo-theme-wangdoc": "^0.3.15"
}
}