minime/package.json

37 lines
653 B
JSON

{
"name": "minime",
"version": "0.0.3",
"description": "MiniMe contract",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/Giveth/minime.git"
},
"keywords": [
"dao",
"solidity",
"token",
"charity",
"smart",
"contract",
"minime",
"giveth",
"ethereum"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Giveth/minimi/issues"
},
"homepage": "https://github.com/Giveth/minime",
"dependencies": {
"ethconnector": "0.0.24"
}
}