embark-solc/package.json

30 lines
638 B
JSON
Raw Normal View History

2018-05-26 16:31:46 +00:00
{
"name": "embark-solc",
2018-06-19 23:10:21 +00:00
"version": "0.2.1",
2018-05-26 16:31:46 +00:00
"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"
],
"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": "^4.19.1"
},
"dependencies": {
"async": "^2.6.0",
"shelljs": "^0.8.1"
}
}