Commit 5ceb83a5 authored by Iuri Matias's avatar Iuri Matias

add npm tasks

parent 5c64c6c5
...@@ -3,15 +3,27 @@ ...@@ -3,15 +3,27 @@
"version": "1.0.0", "version": "1.0.0",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"contributors": [
{
"name": "Iuri Matias",
"email": "iuri.matias@gmail.com"
},
{
"name": "Yann Levreau",
"email": "yann@ethdev.com"
}
],
"scripts": { "scripts": {
"downloadsolc": "cd node_modules/solc && (test -e soljson.js || wget https://ethereum.github.io/solc-bin/soljson.js) && cd ..", "downloadsolc": "cd node_modules/solc && (test -e soljson.js || wget https://ethereum.github.io/solc-bin/soljson.js) && cd ..",
"prepublish": "npm-run-all -ls downloadsolc" "prepublish": "npm-run-all -ls downloadsolc",
"lint": "standard",
"test": "standard && mocha tests/ -t 300000"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/ethereum/remix-tests.git" "url": "git+https://github.com/ethereum/remix-tests.git"
}, },
"author": "", "author": "Remix Team",
"license": "ISC", "license": "ISC",
"bugs": { "bugs": {
"url": "https://github.com/ethereum/remix-tests/issues" "url": "https://github.com/ethereum/remix-tests/issues"
...@@ -22,10 +34,10 @@ ...@@ -22,10 +34,10 @@
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.13.0", "commander": "^2.13.0",
"ethereumjs-vm": "^2.3.2", "ethereumjs-vm": "^2.3.2",
"npm-run-all": "^4.1.2",
"remix-lib": "^0.1.2", "remix-lib": "^0.1.2",
"remix-solidity": "../remix/remix-solidity", "remix-solidity": "../remix/remix-solidity",
"solc": "https://github.com/ethereum/solc-js", "solc": "https://github.com/ethereum/solc-js",
"standard": "^10.0.3",
"web3": "^1.0.0-beta.27" "web3": "^1.0.0-beta.27"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment