remix-ide
Version:
Extendable Web IDE for Ethereum
17 lines (16 loc) • 350 B
JSON
{
"name": "embark-remix",
"version": "0.0.2",
"description": "load remix IDE from embark environment",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"remix-ide": "latest",
"remixd": "latest",
"http-server": "latest"
}
}