-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 916 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
40
41
42
43
{
"name": "debut-docs",
"version": "1.0.0",
"description": "<style> tr td:not(:nth-child(1)) { text-align: center; } </style>",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"start": "docsify serve",
"deploy": "now -p"
},
"files": [
"docs"
],
"repository": {
"type": "git",
"url": "git+https://github.com/debut-js/Docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/debut-js/Docs/issues"
},
"homepage": "https://github.com/debut-js/Docs#readme",
"dependencies": {
"docsify": "^4.12.2"
},
"devDependencies": {
"docsify-cli": "^4.4.3",
"docsify-server-renderer": "^4.12.1",
"now": "^21.0.1"
},
"docsify": {
"config": {
"basePath": "https://debutjs.io/",
"loadSidebar": true,
"loadNavbar": true,
"coverpage": true,
"name": "Debut"
}
}
}