minime/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

2016-11-08 13:12:24 +00:00
{
2017-02-10 06:26:29 +00:00
"name": "minimetoken",
"version": "0.2.0",
2016-11-08 13:52:57 +00:00
"description": "MiniMe contract",
2017-02-10 08:21:46 +00:00
"main": "dist/minimetoken.js",
2016-11-08 13:12:24 +00:00
"directories": {
"test": "test"
},
"scripts": {
"build": "solcpiler",
"test": "solcpiler; mocha --harmony"
2016-11-08 13:12:24 +00:00
},
"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": {
"eth-contract-class": "0.0.6"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"ethereumjs-testrpc": "git://github.com/perissology/testrpc.git#81216dbc",
"lerna": "^2.2.0",
"random-bytes": "^1.0.0",
"mocha": "^3.5.0",
"solcpiler": "0.0.6",
"web3": "git://github.com/perissology/web3.js.git#all_fixes",
"chai": "^4.1.0"
2016-11-08 13:12:24 +00:00
}
}