mirror of https://github.com/embarklabs/embark.git
37 lines
930 B
JSON
37 lines
930 B
JSON
{
|
|
"name": "embarkjs-connector-web3",
|
|
"version": "4.0.0",
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
|
"contributors": [],
|
|
"description": "Web3.js Connector for EmbarkJS",
|
|
"homepage": "https://github.com/embark-framework/embark/tree/master/packages/embarkjs-connector-web3#readme",
|
|
"bugs": "https://github.com/embark-framework/embark/issues",
|
|
"keywords": [
|
|
"embark",
|
|
"web3",
|
|
"node",
|
|
"ethereum",
|
|
"smart-contract"
|
|
],
|
|
"license": "MIT",
|
|
"repository": {
|
|
"directory": "packages/embarkjs-connector-web3",
|
|
"type": "git",
|
|
"url": "https://github.com/embark-framework/embark.git"
|
|
},
|
|
"main": "index.js",
|
|
"files": [
|
|
"embarkJSConnectorWeb3.js"
|
|
],
|
|
"scripts": {
|
|
"ci": "npm run qa",
|
|
"clean": "npm run reset",
|
|
"package": "npm pack",
|
|
"qa": "npm run package",
|
|
"reset": "npx rimraf embark-*.tgz package"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "2.6.3"
|
|
}
|
|
}
|