/
Ladlen
/
smart-contracts
Обзор
Документация
Войти
/
Ladlen
/
smart-contracts
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
31 строка
1 KB
ilanDoron
update web3 package to version beta 0.34
24 апр 2018, 16:34
24 апр 2018, 16:34
d25b243
Код
Авторство
О чём код?
{ "name": "smart-contracts", "version": "1.0.0", "description": "This repository has the main contracts in KyberNetwork platform. There are three main components in this repository including KyberNetwork contract, KyberReserve and KyberWallet contracts. In addition, we have a couple of mock modules that simulate testnet tokens and centralized exchanges. This repository is for testing purposes only, do not use it for real deployment.", "main": "truffle.js", "directories": { "test": "test" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/KyberNetwork/smart-contracts.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/KyberNetwork/smart-contracts/issues" }, "homepage": "https://github.com/KyberNetwork/smart-contracts#readme", "dependencies": { "bignumber.js": "^5.0.0", "compare-versions": "^3.1.0", "rlp": "^2.0.0", "solc": "^0.4.18", "truffle": "^4.0.1", "web3": "^1.0.0-beta.34", "yargs": "^11.0.0" } }