remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/package.json

25 lines
552 B

{
"name": "solc",
"version": "0.1.5",
"description": "Solidity compiler",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chriseth/browser-solidity.git"
},
"keywords": [
"ethereum",
"solidity",
"compiler"
],
"author": "chriseth",
"license": "MIT",
"bugs": {
"url": "https://github.com/chriseth/browser-solidity/issues"
},
"homepage": "https://github.com/chriseth/browser-solidity#readme"
}