minime/package.json

35 lines
635 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-08 13:52:57 +00:00
"url": "https://github.com/CharityDAO/minime.git"
2016-11-08 13:12:24 +00:00
},
"keywords": [
"dao",
"solidity",
"token",
"charity",
"smart",
"contract",
"minime"
],
"author": "Jordi Baylina",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/CharityDAO/minimi/issues"
},
2016-11-14 10:49:54 +00:00
"homepage": "https://github.com/CharityDAO/minime",
2016-11-08 13:12:24 +00:00
"dependencies": {
"ethconnector": "0.0.13"
}
}