UNPKG

@edgefund/core

Version:
50 lines (49 loc) 1.31 kB
{ "name": "@edgefund/core", "version": "0.0.4", "description": "EdgeFund Core contracts and tests", "files": [ "build", "contracts", "assets"], "publishConfig": { "access": "public" }, "dependencies": { }, "devDependencies": { "web3-utils": "^1.0.0-beta.35", "dotenv": "^6.0.0", "truffle-hdwallet-provider": "0.0.5", "coveralls": "^3.0.2", "openzeppelin-solidity": "^1.12.0", "eslint": "^5.2.0", "eslint-config-standard": "^12.0.0-alpha.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-json": "^1.2.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0", "solidity-coverage": "^0.5.5" }, "scripts": { "test": "truffle test", "build": "truffle compile", "lint": "./node_modules/.bin/eslint test/**/*.js", "coverage": "./node_modules/.bin/solidity-coverage" }, "repository": { "type": "git", "url": "git+https://github.com/edgefund/edgefund-core.git" }, "keywords": [ "EdgeFund", "Solidity", "Smart Contract", "Ethereum", "Gambling" ], "author": "EdgeFund", "license": "ISC", "bugs": { "url": "https://github.com/edgefund/edgefund-core/issues" }, "homepage": "https://github.com/edgefund/edgefund-core#readme" }