aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-07-06 00:27:50 +0200
committerPacien TRAN-GIRARD2014-07-06 00:27:50 +0200
commitdd01650584f3684aa08f3c694268aab5f78e913d (patch)
tree39f3748cd763e9a20a6e4e898522dce006cf57ef /package.json
parentdb8ce7203d1d5d8e6b0e29bdfbf7ed399d911048 (diff)
downloadwebcastor-dd01650584f3684aa08f3c694268aab5f78e913d.tar.gz
Update dependencies, drop unsupported socket.io-wildcard
Diffstat (limited to 'package.json')
-rw-r--r--package.json27
1 files changed, 11 insertions, 16 deletions
diff --git a/package.json b/package.json
index da6dad6..6a03a7f 100644
--- a/package.json
+++ b/package.json
@@ -6,26 +6,21 @@
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified! Configure in package.json\" && exit 1" 7 "test": "echo \"Error: no test specified! Configure in package.json\" && exit 1"
8 }, 8 },
9 "repository": "", 9 "repository": "https://github.com/Pacien/Webcastor",
10 "keywords": [ 10 "author": "Pacien TRAN-GIRARD",
11 "node.js",
12 "eclipse",
13 "nodeclipse"
14 ],
15 "author": "",
16 "license": "MIT", 11 "license": "MIT",
17 "readmeFilename": "README.md", 12 "readmeFilename": "README.md",
18 "dependencies": { 13 "dependencies": {
19 "body-parser": "^1.1.1",
20 "express": "^4.1.2",
21 "hogan-express": "^0.5.2",
22 "http": "0.0.0", 14 "http": "0.0.0",
23 "logfmt": "^1.1.2", 15 "socket.io-wildcard": "~0.1.1",
24 "password-hash": "^1.2.2", 16 "password-hash": "~1.2.2",
25 "redis": "^0.10.1", 17 "redis": "~0.10.3",
26 "socket.io": "^0.9.16", 18 "url": "~0.10.1",
27 "socket.io-wildcard": "^0.1.1", 19 "body-parser": "~1.4.3",
28 "url": "^0.10.1" 20 "logfmt": "~1.1.2",
21 "hogan-express": "~0.5.2",
22 "express": "~4.5.0",
23 "socket.io": "~1.0.6"
29 }, 24 },
30 "engines": { 25 "engines": {
31 "node": "0.10.x" 26 "node": "0.10.x"