status-js-api/package.json
Barry Gitarts f8a390a798 add generate whisper pubkey from wallet private key
more secure handling of private key
2018-11-14 15:22:45 -05:00

27 lines
588 B
JSON

{
"name": "status-js-api",
"version": "1.0.5",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/status-im/status-js.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/status-im/status-js/issues"
},
"homepage": "https://github.com/status-im/status-js#readme",
"dependencies": {
"chance": "^1.0.16",
"web3": "^1.0.0-beta.36"
},
"devDependencies": {
"tape-async": "^2.3.0"
}
}