mirror of
https://github.com/status-im/whisper-tutorial.git
synced 2026-08-31 05:51:07 +00:00
17 lines
328 B
JSON
17 lines
328 B
JSON
{
|
|
"name": "whisper-tutorial",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/index.js"
|
|
},
|
|
"author": "Richard Ramos <richard@status.im>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"colors": "1.3.2",
|
|
"neo-blessed": "0.2.0",
|
|
"web3": "1.0.0-beta.36"
|
|
}
|
|
}
|