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"
|
|
|
|
},
|
2019-06-18 20:15:37 +00:00
|
|
|
"files": [
|
|
|
|
"contracts"
|
|
|
|
],
|
2019-06-18 12:14:29 +00:00
|
|
|
"keywords": [],
|
2019-06-18 20:15:37 +00:00
|
|
|
"author": "Iuri Matias <iuri.matias@gmail.com>",
|
2019-06-18 12:14:29 +00:00
|
|
|
"license": "MIT",
|
2019-06-18 20:15:37 +00:00
|
|
|
"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
|
|
|
}
|
|
|
|
}
|