embark-solc/package.json

32 lines
676 B
JSON
Raw Normal View History

2018-05-26 16:31:46 +00:00
{
"name": "embark-solc",
2019-06-28 17:39:59 +00:00
"version": "4.0.4",
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",
2018-06-19 23:13:20 +00:00
"ethereum",
2018-09-12 13:38:03 +00:00
"embark"
2018-05-26 16:31:46 +00:00
],
"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": {
2019-04-08 18:17:21 +00:00
"eslint": "^5.16.0"
2018-05-26 16:31:46 +00:00
},
"dependencies": {
"async": "^2.6.0",
"semver": "^5.6.0",
2018-05-26 16:31:46 +00:00
"shelljs": "^0.8.1"
}
}