{ "name": "solc", "version": "0.1.3", "description": "Solidity compiler", "main": "index.js", "bin": { "solc": "bin/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" }