Files
whisper-tutorial/package.json
T

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"
}
}