smartcontracts/package.json

18 lines
327 B
JSON
Raw Normal View History

2017-08-07 17:13:21 +03:00
{
"name": "smartcontract",
"version": "0.0.0",
"private": true,
"scripts": {
2017-12-01 21:49:09 +03:00
"build": "truffle build",
"dev": "truffle develop"
2017-08-07 17:13:21 +03:00
},
"dependencies": {
2017-12-01 21:49:09 +03:00
"babel-polyfill": "^6.26.0",
"truffle": "^4.0.1",
"zeppelin-solidity": "^1.3.0"
2017-08-09 12:19:24 +03:00
},
"devDependencies": {
2017-12-01 21:49:09 +03:00
"babel-register": "^6.26.0"
2017-08-07 17:13:21 +03:00
}
}