aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-07-05 13:26:25 +0200
committerChocobozzz <florian.bigard@gmail.com>2017-07-05 14:14:16 +0200
commit6fcd19ba737f1f5614a56c6925adb882dea43b8d (patch)
tree3365a96d82bc7f00ae504a568725c8e914150cf8 /package.json
parent5fe7e898316e18369c3e1aba307b55077adc7bfb (diff)
downloadPeerTube-6fcd19ba737f1f5614a56c6925adb882dea43b8d.tar.gz
PeerTube-6fcd19ba737f1f5614a56c6925adb882dea43b8d.tar.zst
PeerTube-6fcd19ba737f1f5614a56c6925adb882dea43b8d.zip
Move to promises
Closes https://github.com/Chocobozzz/PeerTube/issues/74
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 93193fe2f..b3ea40ad3 100644
--- a/package.json
+++ b/package.json
@@ -49,6 +49,7 @@
49 "async": "^2.0.0", 49 "async": "^2.0.0",
50 "bcrypt": "^1.0.2", 50 "bcrypt": "^1.0.2",
51 "bittorrent-tracker": "^9.0.0", 51 "bittorrent-tracker": "^9.0.0",
52 "bluebird": "^3.5.0",
52 "body-parser": "^1.12.4", 53 "body-parser": "^1.12.4",
53 "concurrently": "^3.1.0", 54 "concurrently": "^3.1.0",
54 "config": "^1.14.0", 55 "config": "^1.14.0",
@@ -78,7 +79,7 @@
78 "scripty": "^1.5.0", 79 "scripty": "^1.5.0",
79 "sequelize": "4.0.0-2", 80 "sequelize": "4.0.0-2",
80 "ts-node": "^3.0.6", 81 "ts-node": "^3.0.6",
81 "typescript": "^2.3.4", 82 "typescript": "^2.4.1",
82 "validator": "^7.0.0", 83 "validator": "^7.0.0",
83 "winston": "^2.1.1", 84 "winston": "^2.1.1",
84 "ws": "^2.0.0" 85 "ws": "^2.0.0"
@@ -95,7 +96,7 @@
95 "@types/mkdirp": "^0.3.29", 96 "@types/mkdirp": "^0.3.29",
96 "@types/morgan": "^1.7.32", 97 "@types/morgan": "^1.7.32",
97 "@types/multer": "^0.0.34", 98 "@types/multer": "^0.0.34",
98 "@types/node": "^7.0.18", 99 "@types/node": "^8.0.3",
99 "@types/request": "^0.0.44", 100 "@types/request": "^0.0.44",
100 "@types/sequelize": "^4.0.55", 101 "@types/sequelize": "^4.0.55",
101 "@types/validator": "^6.2.0", 102 "@types/validator": "^6.2.0",