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.
54 lines
1.1 KiB
54 lines
1.1 KiB
7 years ago
|
{
|
||
|
"name": "remix-tests",
|
||
6 years ago
|
"version": "0.0.6",
|
||
6 years ago
|
"description": "Tests for the Ethereum tool suite Remix",
|
||
7 years ago
|
"main": "./src/index.js",
|
||
7 years ago
|
"contributors": [
|
||
|
{
|
||
|
"name": "Iuri Matias",
|
||
7 years ago
|
"email": "iuri@ethereum.org"
|
||
7 years ago
|
},
|
||
|
{
|
||
|
"name": "Yann Levreau",
|
||
|
"email": "yann@ethdev.com"
|
||
|
}
|
||
|
],
|
||
7 years ago
|
"bin": {
|
||
|
"remix-tests": "./bin/remix-tests"
|
||
|
},
|
||
7 years ago
|
"scripts": {
|
||
7 years ago
|
"lint": "standard",
|
||
|
"test": "standard && mocha tests/ -t 300000"
|
||
7 years ago
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/ethereum/remix-tests.git"
|
||
|
},
|
||
7 years ago
|
"author": "Remix Team",
|
||
6 years ago
|
"license": "MIT",
|
||
7 years ago
|
"bugs": {
|
||
|
"url": "https://github.com/ethereum/remix-tests/issues"
|
||
|
},
|
||
7 years ago
|
"standard": {
|
||
|
"ignore": [
|
||
|
"tests/"
|
||
|
]
|
||
|
},
|
||
7 years ago
|
"homepage": "https://github.com/ethereum/remix-tests#readme",
|
||
|
"dependencies": {
|
||
7 years ago
|
"async": "^2.6.0",
|
||
|
"babel-preset-es2017": "^6.24.1",
|
||
7 years ago
|
"change-case": "^3.0.1",
|
||
|
"colors": "^1.1.2",
|
||
|
"commander": "^2.13.0",
|
||
7 years ago
|
"remix-simulator": "latest",
|
||
6 years ago
|
"remix-solidity": "^0.2.2",
|
||
7 years ago
|
"solc": "^0.4.24",
|
||
7 years ago
|
"standard": "^10.0.3",
|
||
7 years ago
|
"web3": "1.0.0-beta.27"
|
||
7 years ago
|
},
|
||
|
"devDependencies": {
|
||
|
"mocha": "^5.1.0"
|
||
7 years ago
|
}
|
||
7 years ago
|
}
|