{ "name": "remixd", "version": "0.1.8-alpha.10", "description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)", "main": "./src/index.js", "bin": { "remixd": "./bin/remixd" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "./bin/remixd", "npip": "npip", "install-python-deps": "npip install", "prepublish": "npm run install-python-deps" }, "repository": { "type": "git", "url": "git+https://github.com/ethereum/remixd.git" }, "keywords": [ "remix", "ide", "ethereum", "solidity" ], "author": "cpp ethereum team", "license": "MIT", "bugs": { "url": "https://github.com/ethereum/remixd/issues" }, "homepage": "https://github.com/ethereum/remixd#readme", "dependencies": { "chokidar": "^2.0.2", "commander": "^2.9.0", "fs-extra": "^3.0.1", "isbinaryfile": "^3.0.2", "lerna": "^2.9.0", "nopy": "^0.2.6", "serve": "7.0.0", "stdout": "0.0.3", "watch": "^1.0.2", "web3": "1.0.0-beta.27", "websocket": "^1.0.24" }, "python": { "execPath": "python3", "dependencies": { "vyper": ">=0.1.0b3" } } }