mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-24 20:51:55 +00:00
50c3525374
remove code not beloging to code runner & other core modules; disable code generator and move contract code to its own module cleanup pipeline; start preparing for plugin based pipeline file generation initial work to write pipeline files through an api add action events to pipeline; generate contracts json and js files move old pipeline to its own module; generate basic artifacts re-add missing plugins function add basic embarkjs provider registration refactor embark-whisper; move whisper api; execute whisper code in console add api to register help cmds in console; start moving hardcoded help cmds out cleanup embark-graph add todos
41 lines
1.0 KiB
JSON
41 lines
1.0 KiB
JSON
{
|
|
"name": "embarkjs-connector-web3",
|
|
"version": "4.1.0-beta.2",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"embark-utils": "^4.1.0-beta.2",
|
|
"embark-i18n": "^4.1.0-beta.2"
|
|
},
|
|
"devDependencies": {
|
|
"rimraf": "2.6.3"
|
|
}
|
|
}
|