-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1022 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "manual-thinkphp",
"version": "1.0.1",
"description": "ThinkPHP 手册",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuriv/manual-thinkphp.git"
},
"keywords": [
"thinkphp",
"thinkphp-component",
"thinkphp-queue",
"thinkphp-behavior",
"thinkphp-extend"
],
"author": "Kuriv Vesti",
"license": "MIT",
"bugs": {
"url": "https://github.com/kuriv/manual-thinkphp/issues"
},
"homepage": "https://github.com/kuriv/manual-thinkphp#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"
}
}