ethplorer-node
Version:
a wrapper api for ethplorer API
46 lines (45 loc) • 952 B
JSON
{
"name": "ethplorer-node",
"version": "0.0.5",
"description": "a wrapper api for ethplorer API ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4N1S/ethplorer-node.git"
},
"keywords": [
"api",
"wrapper",
"nodejs",
"client",
"ethplorer",
"etherscan",
"ethereum"
],
"author": "Anis Haboubi",
"license": "MIT",
"dependencies": {
"crypto": "1.0.1",
"https": "1.0.0",
"underscore": "1.8.3",
"url": {
"requires": {
"punycode": "1.3.2",
"querystring": "0.2.0"
},
"version": "0.11.0"
},
"urlencode": "^1.1.0"
},
"bugs": {
"url": "https://github.com/4N1S/ethplorer-node/issues"
},
"homepage": "https://github.com/4N1S/ethplorer-node#readme",
"directories": {
"example": "examples"
},
"devDependencies": {}
}