UNPKG

@giveth/lpp-milestones

Version:
54 lines (53 loc) 1.3 kB
{ "name": "@giveth/lpp-milestones", "version": "2.0.0-beta.4", "description": "LiquidPledging milestone contracts", "main": "index.js", "directories": { "lib": "lib" }, "files": [ "contracts", "dist/contracts/MilestoneFactory.json", "dist/contracts/BridgedMilestone.json", "dist/contracts/LPMilestone.json" ], "scripts": { "test": "embark test", "lint": "solium --dir contracts", "build": "embark build --contracts", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/Giveth/lpp-milestones.git" }, "keywords": [ "liquid", "pledging", "ethereum", "solidity", "milestone" ], "author": "perissology", "license": "GPL-3.0", "bugs": { "url": "https://github.com/Giveth/lpp-milestones/issues" }, "homepage": "https://github.com/Giveth/lpp-milestones#readme", "dependencies": { "@aragon/os": "4.0.1", "@giveth/bridge-contract": "^1.0.6", "@giveth/eth-contract-class": "^1.1.0", "@giveth/liquidpledging-contract": "^2.0.0-beta.6" }, "devDependencies": { "embark": "^4.1.1", "embark-solc": "^4.1.1", "eslint": "^4.3.0", "minimetoken": "^0.2.0", "solium": "^1.0.9", "web3": "^1.5.2", "giveth-bridge": "1.0.4" } }