aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2017-11-09 17:51:58 +0100
committerChocobozzz <florian.bigard@gmail.com>2017-11-27 19:40:51 +0100
commite4f97babf701481b55cc10fb3448feab5f97c867 (patch)
treeaf37402a594dc5ff09f71ecb0687e8cfe4cdb471 /package.json
parent343ad675f2a26c15b86150a9a3552e619d5d44f4 (diff)
downloadPeerTube-e4f97babf701481b55cc10fb3448feab5f97c867.tar.gz
PeerTube-e4f97babf701481b55cc10fb3448feab5f97c867.tar.zst
PeerTube-e4f97babf701481b55cc10fb3448feab5f97c867.zip
Begin activitypub
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 0d432f39c..a49b4d800 100644
--- a/package.json
+++ b/package.json
@@ -64,14 +64,16 @@
64 "express-validator": "^4.1.1", 64 "express-validator": "^4.1.1",
65 "fluent-ffmpeg": "^2.1.0", 65 "fluent-ffmpeg": "^2.1.0",
66 "js-yaml": "^3.5.4", 66 "js-yaml": "^3.5.4",
67 "jsonld": "^0.4.12",
68 "jsonld-signatures": "^1.2.1",
67 "lodash": "^4.11.1", 69 "lodash": "^4.11.1",
68 "magnet-uri": "^5.1.4", 70 "magnet-uri": "^5.1.4",
69 "mkdirp": "^0.5.1", 71 "mkdirp": "^0.5.1",
70 "morgan": "^1.5.3", 72 "morgan": "^1.5.3",
71 "multer": "^1.1.0", 73 "multer": "^1.1.0",
72 "openssl-wrapper": "^0.3.4",
73 "parse-torrent": "^5.8.0", 74 "parse-torrent": "^5.8.0",
74 "password-generator": "^2.0.2", 75 "password-generator": "^2.0.2",
76 "pem": "^1.12.3",
75 "pg": "^6.4.2", 77 "pg": "^6.4.2",
76 "pg-hstore": "^2.3.2", 78 "pg-hstore": "^2.3.2",
77 "request": "^2.81.0", 79 "request": "^2.81.0",
@@ -84,6 +86,7 @@
84 "typescript": "^2.5.2", 86 "typescript": "^2.5.2",
85 "uuid": "^3.1.0", 87 "uuid": "^3.1.0",
86 "validator": "^9.0.0", 88 "validator": "^9.0.0",
89 "webfinger.js": "^2.6.6",
87 "winston": "^2.1.1", 90 "winston": "^2.1.1",
88 "ws": "^3.1.0" 91 "ws": "^3.1.0"
89 }, 92 },
@@ -102,6 +105,7 @@
102 "@types/morgan": "^1.7.32", 105 "@types/morgan": "^1.7.32",
103 "@types/multer": "^1.3.3", 106 "@types/multer": "^1.3.3",
104 "@types/node": "^8.0.3", 107 "@types/node": "^8.0.3",
108 "@types/pem": "^1.9.3",
105 "@types/request": "^2.0.3", 109 "@types/request": "^2.0.3",
106 "@types/sequelize": "^4.0.55", 110 "@types/sequelize": "^4.0.55",
107 "@types/supertest": "^2.0.3", 111 "@types/supertest": "^2.0.3",