forked from LiteOS/LiteOS_Documents
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 798 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
{
"name": "LiteOS_Documents",
"description": "Huawei LiteOS 资料中心",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/softbaddog/LiteOS_Documents.git"
},
"scripts": {
"start": "http-server ./docs/.vuepress/dist -a 0.0.0.0 -p 9999",
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"keywords": [
"LiteOS",
"RTOS"
],
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/softbaddog/LiteOS_Documents/issues"
},
"homepage": "https://github.com/softbaddog/LiteOS_Documents#readme",
"devDependencies": {
"http-server": "^0.11.1",
"vuepress": "^0.14.4"
},
"dependencies": {
"npm": "^6.4.0"
}
}