1 | {
|
2 | "name": "remixd",
|
3 | "version": "0.1.2",
|
4 | "description": "remix server",
|
5 | "main": "./src/main.js",
|
6 | "scripts": {
|
7 | "test": "echo \"Error: no test specified\" && exit 1",
|
8 | "start": "node ./src/main.js"
|
9 | },
|
10 | "repository": {
|
11 | "type": "git",
|
12 | "url": "git+https://github.com/ethereum/remixd.git"
|
13 | },
|
14 | "keywords": [
|
15 | "remix",
|
16 | "ide",
|
17 | "ethereum",
|
18 | "solidity"
|
19 | ],
|
20 | "author": "cpp ethereum team",
|
21 | "license": "MIT",
|
22 | "bugs": {
|
23 | "url": "https://github.com/ethereum/remixd/issues"
|
24 | },
|
25 | "homepage": "https://github.com/ethereum/remixd#readme",
|
26 | "dependencies": {
|
27 | "commander": "^2.9.0",
|
28 | "fs-extra": "^3.0.1",
|
29 | "isbinaryfile": "^3.0.2",
|
30 | "watch": "^1.0.2",
|
31 | "websocket": "^1.0.24"
|
32 | },
|
33 | "bin": {
|
34 | "remixd": "./src/main.js"
|
35 | }
|
36 | }
|