{ "name": "remix-lib", "version": "0.0.2", "description": "Ethereum IDE and tools for the web", "contributors": [ { "name": "Yann Levreau", "email": "yann@ethdev.com" }, { "name": "Liana Husikyan", "email": "liana@ethdev.com" } ], "main": "./index.js", "dependencies": { "ethereumjs-util": "^4.5.0", "web3": "^0.15.3", "solc": "^0.4.13", "standard": "^7.0.1", "tape": "^4.6.0" }, "scripts": { "test": "standard && tape ./test/tests.js" }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/remix.git" }, "author": "cpp-ethereum team", "license": "MIT", "bugs": { "url": "https://github.com/ethereum/remix/issues" }, "homepage": "https://github.com/ethereum/remix#readme", "standard": { "ignore": [ "node_modules/*", "build/*", "test/resources/*" ] } }