mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
15 lines
272 B
JSON
15 lines
272 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": {
|
||
|
"ethereum.js": "ethereum/ethereum.js#master"
|
||
|
}
|
||
|
}
|