staking-pool/package.json

35 lines
700 B
JSON
Raw Permalink Normal View History

2019-06-18 12:14:29 +00:00
{
2019-06-18 20:16:07 +00:00
"name": "staking-pool",
2019-06-18 12:14:29 +00:00
"version": "0.0.1",
"description": "",
"scripts": {
"test": "embark test"
},
"files": [
"contracts"
],
2019-06-18 12:14:29 +00:00
"keywords": [],
"author": "Iuri Matias <iuri.matias@gmail.com>",
2019-06-18 12:14:29 +00:00
"license": "MIT",
"contributors": [
{
"name": "Iuri Matias",
"email": "iuri.matias@gmail.com"
},
{
"name": "Richard Ramos",
"email": "info@richardramos.me"
}
],
2019-06-18 12:14:29 +00:00
"dependencies": {
2020-03-30 15:43:23 +00:00
"@openzeppelin/contracts": "^2.5.0",
"@openzeppelin/gsn-helpers": "^0.2.3",
2020-03-10 14:35:27 +00:00
"embark": "5.2.3",
"embark-geth": "5.2.3",
"embark-solc": "5.2.3",
"embark-solium": "0.1.0",
"embarkjs": "5.2.3",
2020-03-30 15:43:23 +00:00
"embarkjs-web3": "5.2.3"
2019-06-18 12:14:29 +00:00
}
}