forked from MetaMask/metamask-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 832 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.3",
"name": "docs",
"description": "docs of VuePress",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs",
"view-info": "vuepress view-info docs",
"show-help": "vuepress --help"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"documentation",
"vue",
"generator"
],
"author": "Austin Akers",
"license": "MIT",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.3",
"@vuepress/plugin-google-analytics": "^1.0.3",
"@vuepress/plugin-medium-zoom": "^1.0.3",
"@vuepress/plugin-pwa": "^1.0.3",
"@vuepress/theme-vue": "^1.0.3",
"vue-toasted": "^1.1.25",
"vuepress": "^1.0.3",
"vuepress-plugin-flowchart": "^1.4.2"
}
}