{ "name": "minime", "version": "0.0.1", "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.19" } }