2017-06-26 17:54:28 +00:00
|
|
|
{
|
|
|
|
"name": "liquidpledging",
|
2017-10-14 10:46:04 +00:00
|
|
|
"version": "0.0.10",
|
2017-06-26 17:54:28 +00:00
|
|
|
"description": "Liquid Pledging Smart Contract",
|
|
|
|
"main": "index.js",
|
|
|
|
"directories": {
|
|
|
|
"test": "test"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-08-13 11:23:00 +00:00
|
|
|
"build": "solcpiler",
|
|
|
|
"test": "solcpiler; mocha --harmony"
|
2017-06-26 17:54:28 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Giveth/liquidpledging.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"liquid",
|
|
|
|
"pledging",
|
|
|
|
"tracking",
|
|
|
|
"smart",
|
|
|
|
"contract",
|
|
|
|
"solidity",
|
|
|
|
"donation"
|
|
|
|
],
|
|
|
|
"author": "Jordi Baylina",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Giveth/liquidpledging/issues"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-13 11:23:00 +00:00
|
|
|
"babel-eslint": "^7.2.3",
|
2017-06-27 11:08:23 +00:00
|
|
|
"eslint-config-airbnb": "^15.0.1",
|
|
|
|
"eslint-plugin-import": "^2.6.0",
|
2017-07-11 11:01:00 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.0.2",
|
2017-06-27 11:08:23 +00:00
|
|
|
"eslint-plugin-react": "^7.1.0",
|
2017-10-03 13:06:58 +00:00
|
|
|
"ethereumjs-testrpc": "git://github.com/perissology/testrpc.git#81216dbc",
|
|
|
|
"lerna": "^2.2.0",
|
2017-06-26 17:54:28 +00:00
|
|
|
"random-bytes": "^1.0.0",
|
2017-08-13 11:23:00 +00:00
|
|
|
"mocha": "^3.5.0",
|
2017-10-03 13:06:58 +00:00
|
|
|
"solcpiler": "0.0.4",
|
|
|
|
"web3": "git://github.com/perissology/web3.js.git#all_fixes"
|
2017-06-26 17:54:28 +00:00
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Giveth/liquidpledging#readme",
|
|
|
|
"dependencies": {
|
2017-08-13 11:23:00 +00:00
|
|
|
"async": "^2.4.0",
|
2017-09-21 14:53:02 +00:00
|
|
|
"chai": "^4.1.0",
|
2017-10-03 13:06:58 +00:00
|
|
|
"eth-contract-class": "0.0.4"
|
2017-06-26 17:54:28 +00:00
|
|
|
}
|
|
|
|
}
|