3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "0.0.16-alpha",
11 "name": "Florian Bigard",
12 "email": "florian.bigard@gmail.com",
13 "url": "http://github.com/Chocobozzz"
17 "url": "git://github.com/Chocobozzz/PeerTube.git"
20 "build": "SCRIPTY_PARALLEL=true scripty",
21 "build:server": "scripty",
22 "build:client": "scripty",
23 "clean:client": "scripty",
24 "clean:server": "scripty",
25 "clean:server:test": "scripty",
26 "watch:client": "scripty",
27 "watch:server": "scripty",
28 "danger:clean:dev": "scripty",
29 "danger:clean:prod": "scripty",
30 "danger:clean:modules": "scripty",
31 "reset-password": "node ./dist/scripts/reset-password.js",
34 "dev:server": "scripty",
35 "dev:client": "scripty",
36 "start": "node dist/server",
37 "update-host": "node ./dist/scripts/update-host.js",
40 "generate-api-doc": "scripty",
41 "parse-log": "node ./dist/scripts/parse-log.js",
42 "postinstall": "cd client && yarn install --pure-lockfile",
44 "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js",
45 "commander": "commander",
52 "client-report": "scripty"
56 "async-lru": "^1.1.1",
58 "bittorrent-tracker": "^9.0.0",
60 "body-parser": "^1.12.4",
61 "commander": "^2.13.0",
62 "concurrently": "^3.1.0",
65 "create-torrent": "^3.24.5",
67 "express-oauth-server": "^2.0.0",
68 "express-validator": "^4.1.1",
69 "fluent-ffmpeg": "^2.1.0",
72 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
75 "magnet-uri": "^5.1.4",
79 "parse-torrent": "^5.8.0",
80 "password-generator": "^2.0.2",
83 "pg-hstore": "^2.3.2",
84 "reflect-metadata": "^0.1.10",
87 "safe-buffer": "^5.0.1",
89 "sequelize": "4.32.1",
90 "sequelize-typescript": "^0.6.1",
93 "typescript": "^2.5.2",
95 "validator": "^9.0.0",
96 "webfinger.js": "^2.6.6",
97 "winston": "3.0.0-rc1",
101 "@types/async": "^2.0.40",
102 "@types/bcrypt": "^1.0.0",
103 "@types/body-parser": "^1.16.3",
104 "@types/chai": "^4.0.4",
105 "@types/config": "^0.0.33",
106 "@types/express": "^4.0.35",
107 "@types/kue": "^0.11.8",
108 "@types/lodash": "^4.14.64",
109 "@types/magnet-uri": "^5.1.1",
110 "@types/mkdirp": "^0.5.1",
111 "@types/mocha": "^2.2.42",
112 "@types/morgan": "^1.7.32",
113 "@types/multer": "^1.3.3",
114 "@types/node": "^9.3.0",
115 "@types/pem": "^1.9.3",
116 "@types/request": "^2.0.3",
117 "@types/sequelize": "^4.0.55",
118 "@types/sharp": "^0.17.6",
119 "@types/supertest": "^2.0.3",
120 "@types/validator": "^6.2.0",
121 "@types/webtorrent": "^0.98.4",
122 "@types/ws": "^4.0.0",
125 "nodemon": "^1.11.0",
126 "source-map-support": "^0.5.0",
127 "spectacle-docs": "^0.9.13",
128 "standard": "^10.0.0",
129 "supertest": "^3.0.0",
131 "tslint-config-standard": "^7.0.0",
132 "webtorrent": "^0.98.0"