-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 784 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 784 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
{
"name": "ethereum-in-depth",
"version": "1.0.0",
"description": "Learning Ethereum in depth",
"main": "truffle.js",
"scripts": {
"test": "scripts/test.sh",
"install-all": "npx recursive-install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vasa-develop/ethereum-in-depth.git"
},
"keywords": [
"ethereum",
"solidity",
"smartcontracts",
"evm"
],
"contributors": [
"Facu Spagnuolo <facundo_spagnuolo@icloud.com>",
"Vaibhav Saini <vasa.develop@gmail.com>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/vasa-develop/ethereum-in-depth/issues"
},
"homepage": "https://github.com/vasa-develop/ethereum-in-depth#readme",
"devDependencies": {
"recursive-install": "^1.3.0"
}
}