mirror of https://github.com/embarklabs/embark.git
23 lines
465 B
JSON
23 lines
465 B
JSON
{
|
|
"name": "embarkjs-connector-web3",
|
|
"version": "4.0.0-beta.0",
|
|
"description": "Web3.js Connector for EmbarkJS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "embark/packages/embarkjs-connector-web3"
|
|
},
|
|
"keywords": [
|
|
"embark",
|
|
"web3",
|
|
"node",
|
|
"ethereum",
|
|
"smart-contract"
|
|
],
|
|
"author": "Jonathan Rainville",
|
|
"license": "ISC"
|
|
}
|