UNPKG

solidity-cron

Version:

[![Build Status](https://travis-ci.com/Frontier-project/cron.svg?token=DJeMzxJJncp3nRaEUuxH&branch=master)](https://travis-ci.com/Frontier-project/cron) [![codecov](https://codecov.io/gh/Frontier-project/cron/branch/master/graph/badge.svg?token=BGbU5Q6IRV

50 lines (49 loc) 1.21 kB
{ "name": "solidity-cron", "version": "3.1.0", "description": "", "main": "truffle-config.js", "directories": { "test": "test" }, "scripts": { "start": "ganache-cli -p 8545", "test": "truffle test", "coverage": "./node_modules/.bin/solidity-coverage", "clean-compile-install-test": "rm -r build && rm -r node_modules && npm install && npm run test" }, "keywords": [ "Ethereum", "Periodic", "Stages", "Period", "Solidity" ], "author": "", "license": "ISC", "dependencies": { "asciichart": "^1.5.7", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.1.8", "babel-preset-es2015": "^6.18.0", "babel-preset-stage-2": "^6.18.0", "babel-preset-stage-3": "^6.17.0", "babel-register": "^6.23.0", "ganache-cli": "6.1.6", "moment": "^2.22.2", "openzeppelin-solidity": "2.0.0", "truffle": "^4.1.11" }, "devDependencies": { "coveralls": "^3.0.1", "cz-conventional-changelog": "^2.1.0", "eth-gas-reporter": "^0.1.7", "semantic-release": "^15.9.16", "solidity-coverage": "^0.5.4" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }