organise libs, add readme and npm package.json
Showing
README.md
0 → 100644
package.json
0 → 100644
{ | ||
"name": "solc", | ||
"version": "0.1.3", | ||
"description": "Solidity compiler", | ||
"main": "soljson-latest.js", | ||
"bin": { | ||
"solc": "soljson-latest.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" | ||
} |
Please
register
or
sign in
to comment