-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
50 lines (50 loc) · 1017 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "solidoc",
"version": "1.0.4",
"description": "Solidity Documentation Generator",
"main": "cli.js",
"scripts": {
"start": "node cli.js ../openzeppelin-solidity ../openzeppelin-solidity/docs false"
},
"bin": {
"solidoc": "cli.js"
},
"keywords": [
"solidity",
"natspec",
"documentation",
"documentation-tool",
"documentation-generator",
"markdown",
"ethereum",
"eth",
"ethereum classic",
"etc",
"tron",
"tronix",
"trx",
"qtum",
"wanchain",
"aeternity",
"counterparty",
"rootstock",
"ubiq",
"monax"
],
"author": "Binod Nirvan",
"license": "Apache-2.0",
"homepage": "https://github.com/CYBRToken/solidoc",
"repository": {
"type": "git",
"url": "https://github.com/CYBRToken/solidoc"
},
"dependencies": {
"fs-extra": "^7.0.0",
"glob": "^7.1.3",
"linq": "^3.1.0",
"pino": "^5.8.0",
"pino-pretty": "^2.2.2",
"require-all": "^3.0.0"
},
"devDependencies": {}
}