Skip to content

Commit

Permalink
Updating package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thesved committed Mar 11, 2018
1 parent 04ca663 commit 420711b
Showing 1 changed file with 17 additions and 30 deletions.
47 changes: 17 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,44 +1,31 @@
{
"name": "ethealsale",
"name": "ethealtoken",
"version": "1.0.0",
"description": "etheal token sale",
"description": "",
"main": "truffle.js",
"scripts": {
"test": "scripts/test.sh",
"console": "truffle console",
"coverage": "scripts/coverage.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/thesved/etheal-sale"
},
"keywords": [
"solidity",
"ethereum",
"smart",
"contracts",
"tokensale"
],
"author": "thesved",
"license": "MIT",
"bugs": {
"url": "https://github.com/thesved/etheal-sale/issues"
},
"homepage": "https://etheal.com/",
"devDependencies": {
"babel-polyfill": "^6.23.0",
"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",
"chai": "^4.0.2",
"chai-as-promised": "^7.0.0",
"chai-bignumber": "^2.0.0",
"coveralls": "^2.13.1",
"ethereumjs-testrpc": "^4.1.1",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
"coveralls": "^3.0.0",
"ethereumjs-testrpc": "^6.0.3",
"mocha-lcov-reporter": "^1.3.0",
"solidity-coverage": "^0.2.2",
"truffle": "^4.0.1",
"truffle-hdwallet-provider": "0.0.3"
"solidity-coverage": "^0.4.11",
"truffle": "^4.1.3",
"truffle-hdwallet-provider": "^0.0.3",
"ganache-cli": "^6.1.0"
},
"dependencies": {
"zeppelin-solidity": "^1.3.0"
Expand Down

0 comments on commit 420711b

Please sign in to comment.