mirror of
https://github.com/tappollo/quorum-examples.git
synced 2026-01-12 08:44:33 +08:00
add package.json for nodejs
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,3 +6,4 @@ qdata
|
||||
.vagrant
|
||||
*.log
|
||||
|
||||
*node_modules*
|
||||
|
||||
2529
examples/7nodes/package-lock.json
generated
Normal file
2529
examples/7nodes/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
18
examples/7nodes/package.json
Normal file
18
examples/7nodes/package.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "7nodes",
|
||||
"version": "1.0.0",
|
||||
"description": "This example configures 7 nodes, each with their own PrivateTransactionManager. Usage:",
|
||||
"main": "send-signed-tx.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"ethereumjs-tx": "^1.3.4",
|
||||
"fs": "0.0.1-security",
|
||||
"keythereum": "^1.0.4",
|
||||
"minimist": "^1.2.0",
|
||||
"web3": "^1.0.0-beta.34"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user