UNPKG

mixbytes-solidity

Version:

Generic solidity smart-contracts

39 lines (38 loc) 929 B
{ "name": "mixbytes-solidity", "version": "0.1.10", "description": "Generic solidity smart-contracts", "scripts": { "test": "./node_modules/.bin/truffle test", "develop": "./node_modules/.bin/truffle develop", "compile": "./node_modules/.bin/truffle compile" }, "repository": { "type": "git", "url": "https://github.com/mixbytes/solidity" }, "keywords": [ "MixBytes", "solidity", "ethereum", "smart-contract", "security", "ICO", "token" ], "author": "mixbytes.io", "license": "Apache-2.0", "homepage": "https://mixbytes.io", "devDependencies": { "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.7.0", "babel-register": "^6.23.0", "chai": "^4.1.2", "chai-as-promised": "^7.1.1", "chai-bignumber": "^2.0.2", "ganache-cli": "^6.0.3", "openzeppelin-solidity": "1.12.0", "solc": "0.4.24", "truffle": "^4.1.14" } }