{ "name": "browser-solidity", "version": "1.0.0", "description": "Minimalistic browser-based Solidity IDE", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "mkdir -p build; browserify src/index.js -o build/app.js" }, "devDependencies": { "ethereumjs-block": "^1.2.2", "ethereumjs-vm": "^1.3.0", "merkle-patricia-tree": "^2.1.2", "ethereumjs-util": "^4.4.0", "ethereumjs-tx": "^1.1.1", "ethereumjs-account": "^2.0.2", "ethereumjs-abi": "^0.6.1", "web3": "^0.15.3", "jquery": "^2.2.0", "brace": "^0.8.0", "browserify": "^13.0.0", "js-base64": "^2.1.9" }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/browser-solidity.git" }, "keywords": [ "ethereum", "solidity", "compiler" ], "author": "chriseth", "license": "MIT", "bugs": { "url": "https://github.com/ethereum/browser-solidity/issues" }, "homepage": "https://github.com/ethereum/browser-solidity#readme", "private": true }