-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 846 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 846 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
{
"name": "@questnetwork/docs",
"author": "StationedInTheField",
"version": "0.9.4",
"description": "Decentralized End-To-End Encrypted P2P Platform",
"main": "crawl.js",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/QuestNetwork/qDesk.git"
},
"homepage": "https://www.qDesk.org",
"scripts": {
"crawl": "node crawl.js",
"serve": "npm run crawl && docsify serve ./docs",
"update": "npm run crawl && git add * && git commit -m 'update' && docsify serve ./docs"
},
"private": false,
"dependencies": {
"await-exec": "^0.1.2",
"chalk": "^4.1.0",
"cli-select": "^1.1.2",
"enquirer": "^2.3.6",
"figlet": "^1.5.0",
"fs": "0.0.1-security",
"axios": "^0.19.2"
},
"contributors": [
"StationedInTheField <ask@stationedinthefield.com>"
]
}