{ "name": "javascript-tutorial", "version": "0.0.1", "description": "JavaScript 教程", "main": "index.js", "directories": { "doc": "docs" }, "scripts": { "build": "loppo --site \"JavaScript 教程\" --id javascript --theme wangdoc", "build-and-commit": "npm run build && npm run commit", "commit": "gh-pages --dist dist --dest dist/javascript --branch master --add --repo git@github.com:wangdoc/website.git", "chapter": "loppo chapter", "server": "loppo server", "test": "echo \"Error: no test specified\" && exit 1" }, "husky": { "hooks": { "pre-push": "npm update" } }, "repository": { "type": "git", "url": "git+https://github.com/wangdoc/javascript-tutorial.git" }, "keywords": [ "WangDoc", "Tutorial", "Document" ], "author": "Ruan Yifeng", "license": "Creative Commons Attribution-ShareAlike License", "bugs": { "url": "https://github.com/wangdoc/javascript-tutorial/issues" }, "homepage": "https://github.com/wangdoc/javascript-tutorial", "dependencies": { "gh-pages": "^3.1.0", "husky": "^4.3.6", "loppo": "^0.6.23", "loppo-theme-wangdoc": "^0.5.1" } }