liquid-funding/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2017-06-26 17:54:28 +00:00
{
"name": "liquidpledging",
"version": "0.0.1",
"description": "Liquid Pledging Smart Contract",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "truffle test"
},
"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": {
"async": "^2.4.0",
"bignumber.js": "^4.0.2",
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-06-26 17:54:28 +00:00
"ethereumjs-testrpc": "^3.0.5",
"random-bytes": "^1.0.0",
"truffle": "3.2.4",
"truffle-hdwallet-provider": "0.0.3",
"web3": "^0.18.4"
},
"homepage": "https://github.com/Giveth/liquidpledging#readme",
"dependencies": {
"babel-eslint": "^7.2.3"
}
}