-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
33 lines (33 loc) · 1010 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
{
"name": "actorcloud-doc",
"version": "1.0.0",
"description": "***EMQ* 设备管理平台** **ActorCloud** 正式上线,访问 [https://console.actorcloud.io](https://console.actorcloud.io/) 可进行功能预览、使用体验。",
"main": "index.js",
"dependencies": {
"axios": "^0.18.1",
"gitbook": "^3.2.3",
"gitbook-cli": "^2.3.2",
"gitbook-plugin-prism": "^2.3.0",
"gitbook-plugin-toggle-chapters": "^0.0.3",
"markdown-table": "^1.1.1",
"glob": "^7.1.3"
},
"devDependencies": {},
"scripts": {
"dev": "gitbook serve",
"plugins": "gitbook install",
"ico": "node _tools/favicon.js",
"pdf": "gitbook pdf",
"html": "gitbook build && npm run ico"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emqx/docs.actorcloud.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/emqxe/docs.actorcloud.io/issues"
},
"homepage": "https://github.com/emqx/docs.actorcloud.io#readme"
}