-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 992 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
{
"private": true,
"version": "1.0.0",
"name": "mcashchain-wiki",
"description": "wiki of MCashChain",
"scripts": {
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs --temp .temp",
"view-info": "vuepress view-info docs --temp .temp",
"show-help": "vuepress --help"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MidasCore/mcashchain-wiki.git"
},
"keywords": [
"mcashchain",
"blockchain",
"wiki"
],
"author": "Duc Nguyen",
"license": "MIT",
"bugs": {
"url": "https://github.com/MidasCore/mcashchain-wiki/issues"
},
"homepage": " #readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.2",
"@vuepress/plugin-google-analytics": "^1.0.2",
"@vuepress/plugin-medium-zoom": "^1.0.2",
"@vuepress/plugin-pwa": "^1.0.2",
"@vuepress/theme-vue": "^1.0.2",
"vue-toasted": "^1.1.25",
"vuepress": "^1.0.2",
"vuepress-plugin-flowchart": "^1.4.2"
}
}