3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "0.0.13-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": "ts-node ./scripts/reset-password.ts",
34 "dev:server": "scripty",
35 "dev:client": "scripty",
36 "start": "node dist/server",
37 "update-host": "ts-node ./scripts/update-host.ts",
40 "parse-log": "ts-node ./scripts/parse-log.ts",
41 "postinstall": "cd client && yarn install --pure-lockfile",
49 "client-report": "scripty"
53 "async-lru": "^1.1.1",
55 "bittorrent-tracker": "^9.0.0",
57 "body-parser": "^1.12.4",
58 "concurrently": "^3.1.0",
61 "create-torrent": "^3.24.5",
63 "express-oauth-server": "^2.0.0",
64 "express-validator": "^4.1.1",
65 "fluent-ffmpeg": "^2.1.0",
68 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
70 "magnet-uri": "^5.1.4",
74 "parse-torrent": "^5.8.0",
75 "password-generator": "^2.0.2",
78 "pg-hstore": "^2.3.2",
79 "reflect-metadata": "^0.1.10",
82 "safe-buffer": "^5.0.1",
84 "sequelize": "4.31.2",
85 "sequelize-typescript": "^0.6.1",
88 "typescript": "^2.5.2",
90 "validator": "^9.0.0",
91 "webfinger.js": "^2.6.6",
92 "winston": "3.0.0-rc1",
96 "@types/async": "^2.0.40",
97 "@types/bcrypt": "^1.0.0",
98 "@types/body-parser": "^1.16.3",
99 "@types/chai": "^4.0.4",
100 "@types/commander": "^2.9.1",
101 "@types/config": "^0.0.33",
102 "@types/express": "^4.0.35",
103 "@types/lodash": "^4.14.64",
104 "@types/magnet-uri": "^5.1.1",
105 "@types/mkdirp": "^0.5.1",
106 "@types/mocha": "^2.2.42",
107 "@types/morgan": "^1.7.32",
108 "@types/multer": "^1.3.3",
109 "@types/node": "^8.0.3",
110 "@types/pem": "^1.9.3",
111 "@types/request": "^2.0.3",
112 "@types/sequelize": "^4.0.55",
113 "@types/sharp": "^0.17.6",
114 "@types/supertest": "^2.0.3",
115 "@types/validator": "^6.2.0",
116 "@types/webtorrent": "^0.98.4",
117 "@types/ws": "^3.0.2",
119 "commander": "^2.13.0",
121 "nodemon": "^1.11.0",
122 "source-map-support": "^0.5.0",
123 "standard": "^10.0.0",
124 "supertest": "^3.0.0",
126 "tslint-config-standard": "^7.0.0",
127 "webtorrent": "^0.98.0"