embark-solc/package.json

32 lines
676 B
JSON

{
"name": "embark-solc",
"version": "4.0.4",
"description": "Solc plugin for Embark (uses command line)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"solidity",
"solc",
"plugin",
"contracts",
"ethereum",
"embark"
],
"author": "Richard Ramos",
"license": "ISC",
"bugs": {
"url": "https://github.com/embark-framework/embark-solc/issues"
},
"homepage": "https://github.com/embark-framework/embark-solc#readme",
"devDependencies": {
"eslint": "^5.16.0"
},
"dependencies": {
"async": "^2.6.0",
"semver": "^5.6.0",
"shelljs": "^0.8.1"
}
}