{ "name": "remixd", "version": "0.1.7", "description": "remix server: allow accessing file system from remix.ethereum.org and start a dev environment (see help section)", "main": "./src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node ./src/main.js" }, "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": { "commander": "^2.9.0", "fs-extra": "^3.0.1", "isbinaryfile": "^3.0.2", "lerna": "^2.9.0", "watch": "^1.0.2", "websocket": "^1.0.24", "stdout": "0.0.3", "serve": "^6.3.1", "web3": "ethereum/web3.js#1.0" }, "bin": { "remixd": "./src/main.js" } }