embark/packages/embarkjs-connector-web3/package.json

23 lines
465 B
JSON
Raw Normal View History

{
2019-02-25 13:55:47 +00:00
"name": "embarkjs-connector-web3",
2019-02-12 14:03:27 +00:00
"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",
2019-02-25 13:55:47 +00:00
"url": "embark/packages/embarkjs-connector-web3"
},
"keywords": [
"embark",
"web3",
"node",
"ethereum",
"smart-contract"
],
"author": "Jonathan Rainville",
"license": "ISC"
}