aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-01-12 15:20:03 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-01-12 15:20:03 +0100
commit99fe265a5fc077cb66c322e7f3d191ff7110aea0 (patch)
treec9e04ccfcc5496d2300d7c26db5833e494b4cdad /package.json
parentfcc5f77b95d330bfcb439c172b7fcc58f3162e4d (diff)
parent91cc839af88730ba55f84997c56b85ea100070a7 (diff)
downloadPeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.tar.gz
PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.tar.zst
PeerTube-99fe265a5fc077cb66c322e7f3d191ff7110aea0.zip
Merge branch 'postgresql'
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json
index 300af4867..554ad16df 100644
--- a/package.json
+++ b/package.json
@@ -56,17 +56,19 @@
56 "lodash": "^4.11.1", 56 "lodash": "^4.11.1",
57 "magnet-uri": "^5.1.4", 57 "magnet-uri": "^5.1.4",
58 "mkdirp": "^0.5.1", 58 "mkdirp": "^0.5.1",
59 "mongoose": "^4.0.5",
60 "morgan": "^1.5.3", 59 "morgan": "^1.5.3",
61 "multer": "^1.1.0", 60 "multer": "^1.1.0",
62 "openssl-wrapper": "^0.3.4", 61 "openssl-wrapper": "^0.3.4",
63 "parse-torrent": "^5.8.0", 62 "parse-torrent": "^5.8.0",
64 "password-generator": "^2.0.2", 63 "password-generator": "^2.0.2",
64 "pg": "^6.1.0",
65 "pg-hstore": "^2.3.2",
65 "request": "^2.57.0", 66 "request": "^2.57.0",
66 "request-replay": "^1.0.2", 67 "request-replay": "^1.0.2",
67 "rimraf": "^2.5.4", 68 "rimraf": "^2.5.4",
69 "safe-buffer": "^5.0.1",
68 "scripty": "^1.5.0", 70 "scripty": "^1.5.0",
69 "ursa": "^0.9.1", 71 "sequelize": "^3.27.0",
70 "winston": "^2.1.1", 72 "winston": "^2.1.1",
71 "ws": "^1.1.1" 73 "ws": "^1.1.1"
72 }, 74 },