-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1014 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1014 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
33
34
35
36
37
38
39
{
"name": "effect-network-developer-docs",
"version": "1.0.0",
"description": "Effect Network developer documentation",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"deploy": "push-dir --dir-dist --branch=gh-pages --cleanup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/effectai/hackathon-docs.git"
},
"keywords": [
"Effect",
"Network",
"EFX",
"crypto",
"blockchain",
"future",
"work"
],
"author": "Effect Network",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/effectai/hackathon-docs/issues"
},
"homepage": "https://github.com/effectai/hackathon-docs#readme",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.2",
"vuepress": "^1.8.2",
"vuepress-plugin-one-click-copy": "^1.0.6"
},
"dependencies": {
"vuepress-theme-antdocs": "^1.3.5"
}
}