UNPKG

manual-apache

Version:

Apache HTTP Server 是一个开放源码的网页服务器软件。

41 lines (40 loc) 1.13 kB
{ "name": "manual-apache", "version": "1.0.4", "description": "Apache HTTP Server 是一个开放源码的网页服务器软件。", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "gitbook serve ./ ./book" }, "repository": { "type": "git", "url": "git+https://github.com/kuriv/manual-apache.git" }, "keywords": [ "apache", "apache2", "apache-server", "apache-http-client", "apache-httpd" ], "author": "Kuriv Vesti", "license": "MIT", "bugs": { "url": "https://github.com/kuriv/manual-apache/issues" }, "homepage": "https://github.com/kuriv/manual-apache#readme", "dependencies": { "gitbook-plugin-back-to-top-button": "^0.1.4", "gitbook-plugin-chapter-fold": "0.0.4", "gitbook-plugin-favicon": "0.0.2", "gitbook-plugin-hide-element": "0.0.4", "gitbook-plugin-lightbox": "^1.2.0", "gitbook-plugin-prism": "^2.4.0", "gitbook-plugin-search-pro": "^2.0.2", "gitbook-plugin-splitter": "0.0.8", "lodash": "^4.17.19", "minimist": "^0.2.1", "prismjs": "^1.21.0" } }