ADD npm run remixd + mochfolder
Showing
... | ... | @@ -19,11 +19,6 @@ |
"csjs-inject": "^1.0.1", | ||
"csslint": "^1.0.2", | ||
"deep-equal": "^1.0.1", | ||
"npm-link-local": "^1.1.0", | ||
"remix-core": "latest", | ||
"remix-lib": "latest", | ||
"remix-solidity": "latest", | ||
"remix-debugger": "latest", | ||
"ethereumjs-abi": "https://github.com/ethereumjs/ethereumjs-abi", | ||
"ethereumjs-block": "^1.6.0", | ||
"ethereumjs-tx": "^1.3.3", | ||
... | ... | @@ -42,8 +37,14 @@ |
"mkdirp": "^0.5.1", | ||
"nightwatch": "^0.9.3", | ||
"notify-error": "^1.2.0", | ||
"npm-link-local": "^1.1.0", | ||
"npm-run-all": "^4.0.2", | ||
"onchange": "^3.2.1", | ||
"remix-core": "latest", | ||
"remix-debugger": "latest", | ||
"remix-lib": "latest", | ||
"remix-solidity": "latest", | ||
"remixd": "^0.1.2", | ||
"rimraf": "^2.6.1", | ||
"selenium-standalone": "^6.0.1", | ||
"solc": "https://github.com/ethereum/solc-js", | ||
... | ... | @@ -154,6 +155,7 @@ |
"nightwatch_remote_safari": "nightwatch --config nightwatch.js --env safari", | ||
"onchange": "onchange build/app.js -- npm-run-all lint", | ||
"prepublish": "mkdirp build; npm-run-all -ls downloadsolc build", | ||
"remixd": "remixd -S ./test-browser/mockfilesandfolder", | ||
"selenium": "execr --silent selenium-standalone start", | ||
"selenium-install": "selenium-standalone install", | ||
"serve": "execr --silent http-server .", | ||
... | ... |
Please
register
or
sign in
to comment