forked from ArkEcosystemArchive/docs-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 855 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": "@arkecosystem/docs",
"description": "Official documentation for the Ark Ecosystem",
"contributors": [
"Brian Faust <[email protected]>"
],
"license": "MIT",
"keywords": [
"ark",
"blockchain",
"crypto",
"dpos",
"docs",
"api"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ArkEcosystem/docs.git"
},
"bugs": {
"url": "https://github.com/ArkEcosystem/docs/issues"
},
"homepage": "https://github.com/ArkEcosystem/docs",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"devDependencies": {
"vuepress": "^0.14.4",
"axios": "^0.18.0",
"highlight.js": "^9.13.1",
"nprogress": "^0.2.0",
"sweetalert": "^2.1.0"
}
}