embark-ewasm/package.json

29 lines
702 B
JSON

{
"name": "embark-ewasm",
"version": "1.0.0",
"description": "Embark plugin for eWASM",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/embark-framework/embark-ewasm.git"
},
"author": "Jonathan Rainville",
"license": "ISC",
"bugs": {
"url": "https://github.com/embark-framework/embark-ewasm/issues"
},
"homepage": "https://github.com/embark-framework/embark-ewasm#readme",
"devDependencies": {
"eslint": "^4.19.1"
},
"dependencies": {
"async": "^2.6.1",
"shelljs": "^0.8.2",
"toml": "^2.3.3",
"web3-utils": "^1.0.0-beta.35"
}
}