minime/package.json

37 lines
653 B
JSON
Raw Normal View History

2016-11-08 13:12:24 +00:00
{
2016-11-08 13:52:57 +00:00
"name": "minime",
2016-11-08 13:12:24 +00:00
"version": "0.0.1",
2016-11-08 13:52:57 +00:00
"description": "MiniMe contract",
2016-11-08 13:12:24 +00:00
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
2016-11-15 12:38:08 +00:00
"url": "https://github.com/Giveth/minime.git"
2016-11-08 13:12:24 +00:00
},
"keywords": [
"dao",
"solidity",
"token",
"charity",
"smart",
"contract",
2016-11-15 12:49:32 +00:00
"minime",
"giveth",
"ethereum"
2016-11-08 13:12:24 +00:00
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
2016-11-15 12:38:08 +00:00
"url": "https://github.com/Giveth/minimi/issues"
2016-11-08 13:12:24 +00:00
},
2016-11-15 12:49:32 +00:00
"homepage": "https://github.com/Giveth/minime",
2016-11-08 13:12:24 +00:00
"dependencies": {
2016-12-13 14:34:47 +00:00
"ethconnector": "0.0.19"
2016-11-08 13:12:24 +00:00
}
}