forked from innnzzz6/web3-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 682 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 682 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
{
"name": "web3-documentation",
"version": "1.0.0",
"description": "web3js documentation and examples",
"main": "index.js",
"scripts": {
"start": "docsify serve documentation",
"build": "cd example-src && npm install && lerna bootstrap --hoist",
"test": "cd example-src && npm test",
"compile": "bash ./scripts/build-index.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ethereum/web3-examples.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ethereum/web3-examples/issues"
},
"homepage": "https://github.com/ethereum/web3-examples#readme",
"dependencies": {
"docsify-cli": "^4.3.0"
}
}