Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[dist] add example dep
  • Loading branch information
jcrugzz committed Oct 30, 2015
1 parent b9006bc commit 0131c7e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/package.json
Expand Up @@ -3,11 +3,12 @@
"description": "packages required to run the examples",
"version": "0.0.0",
"dependencies": {
"agentkeepalive": "^2.0.3",
"colors": "~0.6.2",
"socket.io": "~0.9.16",
"socket.io-client": "~0.9.16",
"connect": "~2.11.0",
"connect-restreamer": "~1.0.0",
"request": "~2.27.0",
"connect-restreamer": "~1.0.0"
"socket.io": "~0.9.16",
"socket.io-client": "~0.9.16"
}
}

0 comments on commit 0131c7e

Please sign in to comment.