remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/package.json

37 lines
782 B

8 years ago
{
"name": "remixd",
7 years ago
"version": "0.1.0",
8 years ago
"description": "remix server",
"main": "./src/main.js",
8 years ago
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./src/main.js"
8 years ago
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ethereum/remixd.git"
},
"keywords": [
"remix",
"ide",
"ethereum",
"solidity"
],
"author": "cpp ethereum team",
8 years ago
"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",
"watch": "^1.0.2",
"websocket": "^1.0.24"
},
"bin": {
"remixd": "./src/main.js"
}
8 years ago
}