Skip to content

Commit

Permalink
fix dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
anders94 committed Nov 5, 2016
1 parent 00eaf5a commit 08fc060
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@
"url": "https://github.com/anders94/blockchain-demo/issues"
},
"license": "MIT",
"devDependencies": {
"dependencies": {
"async": "^1.4.2",
"express": "^4.13.4"
"express": "^4.13.4",
"serve-favicon": "^2.3.0",
"morgan": "^1.7.0",
"cookie-parser": "^1.4.3",
"body-parser": "~1.15.2",
"debug": "~2.2.0",
"jade": "~1.11.0"
},
"homepage": "https://github.com/anders94/blockchain-demo#readme",
"maintainers": [
Expand Down

0 comments on commit 08fc060

Please sign in to comment.