Merge pull request #63 from yann300/fea1
JS VM integration
Showing
{ | { | ||
"name": "ethereum-remix", | "name": "ethereum-remix", | ||
"version": "0.0.2-alpha.0.0.4", | "version": "0.0.2-alpha.0.0.7", | ||
"description": "Ethereum IDE and tools for the web", | "description": "Ethereum IDE and tools for the web", | ||
"contributors": [ | "contributors": [ | ||
{ | { | ||
... | @@ -13,17 +13,16 @@ | ... | @@ -13,17 +13,16 @@ |
} | } | ||
], | ], | ||
"main": "./src/index.js", | "main": "./src/index.js", | ||
"dependencies": { | |||
"browserify": "^13.0.1", | |||
"web3": "^0.15.3", | |||
"yo-yo": "^1.2.1" | |||
}, | |||
"devDependencies": { | "devDependencies": { | ||
"browserify": "^13.0.1", | |||
"ethereumjs-util": "^4.5.0", | |||
"http-server": "^0.9.0", | "http-server": "^0.9.0", | ||
"nightwatch": "^0.9.5", | "nightwatch": "^0.9.5", | ||
"standard": "^7.0.1", | "standard": "^7.0.1", | ||
"standard-reporter": "^1.0.5", | "standard-reporter": "^1.0.5", | ||
"tape": "^4.6.0", | "tape": "^4.6.0", | ||
"web3": "^0.15.3", | |||
"yo-yo": "^1.2.1", | |||
"yo-yoify": "^3.1.0" | "yo-yoify": "^3.1.0" | ||
}, | }, | ||
"scripts": { | "scripts": { | ||
... | ... |
src/helpers/util.js
0 → 100644
Please
register
or
sign in
to comment