-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 785 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 785 Bytes
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
{
"name": "webtutor-docs",
"version": "1.0.0",
"description": "Неофициальное руководство по разработке WebTutor",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"deploy": "npm run build && firebase deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maksimyurkov/webtutor-docs.git"
},
"keywords": [
"documentation",
"webtutor",
"docs"
],
"author": "Maksim Yurkov",
"license": "MIT",
"bugs": {
"url": "https://github.com/maksimyurkov/webtutor-docs/issues"
},
"homepage": "https://github.com/maksimyurkov/webtutor-docs#readme",
"dependencies": {
"vuepress": "^0.14.4"
},
"engines": {
"node": ">=8"
}
}