mirror of
https://github.com/status-im/web3.js.git
synced 2025-02-23 11:38:12 +00:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"name": "node",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"web3": "ethereum/web3.js#master"
|
|
}
|
|
}
|