]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - package.json
c4ee202e19d729c0c7c892bb221c84e617524429
[github/Chocobozzz/PeerTube.git] / package.json
1 {
2 "name": "peertube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "1.0.0-beta.7",
5 "private": true,
6 "licence": "AGPLv3",
7 "engines": {
8 "node": ">=8.x"
9 },
10 "author": {
11 "name": "Florian Bigard",
12 "email": "florian.bigard@gmail.com",
13 "url": "http://github.com/Chocobozzz"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/Chocobozzz/PeerTube.git"
18 },
19 "scripts": {
20 "e2e": "scripty",
21 "build": "SCRIPTY_PARALLEL=true scripty",
22 "build:server": "scripty",
23 "build:client": "scripty",
24 "clean:client": "scripty",
25 "clean:server": "scripty",
26 "clean:server:test": "scripty",
27 "watch:client": "scripty",
28 "watch:server": "scripty",
29 "danger:clean:dev": "scripty",
30 "danger:clean:prod": "scripty",
31 "danger:clean:modules": "scripty",
32 "reset-password": "node ./dist/scripts/reset-password.js",
33 "play": "scripty",
34 "dev": "scripty",
35 "dev:server": "scripty",
36 "dev:client": "scripty",
37 "start": "node dist/server",
38 "update-host": "node ./dist/scripts/update-host.js",
39 "test": "scripty",
40 "help": "scripty",
41 "generate-api-doc": "scripty",
42 "parse-log": "node ./dist/scripts/parse-log.js",
43 "prune-storage": "node ./dist/scripts/prune-storage.js",
44 "postinstall": "cd client && yarn install --pure-lockfile",
45 "tsc": "tsc",
46 "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js",
47 "commander": "commander",
48 "ng": "ng",
49 "nodemon": "nodemon",
50 "ts-node": "ts-node",
51 "tslint": "tslint",
52 "sasslint": "sass-lint --verbose --no-exit",
53 "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
54 "mocha": "mocha",
55 "travis": "scripty",
56 "release": "scripty",
57 "client-report": "scripty"
58 },
59 "husky": {
60 "hooks": {
61 "pre-commit": "lint-staged"
62 }
63 },
64 "lint-staged": {
65 "*.{css,md}": "precise-commits",
66 "*.scss": [
67 "sass-lint-auto-fix -c .sass-lint.yml --verbose",
68 "git add"
69 ]
70 },
71 "dependencies": {
72 "async": "^2.0.0",
73 "async-lock": "^1.1.2",
74 "async-lru": "^1.1.1",
75 "bcrypt": "^2.0.1",
76 "bittorrent-tracker": "^9.0.0",
77 "bluebird": "^3.5.0",
78 "body-parser": "^1.12.4",
79 "commander": "^2.13.0",
80 "concurrently": "^3.1.0",
81 "config": "^1.14.0",
82 "cors": "^2.8.1",
83 "create-torrent": "^3.24.5",
84 "express": "^4.12.4",
85 "express-oauth-server": "^2.0.0",
86 "express-rate-limit": "^2.11.0",
87 "express-validator": "^5.0.0",
88 "fluent-ffmpeg": "^2.1.0",
89 "ipaddr.js": "https://github.com/whitequark/ipaddr.js.git#8e69afeb4053ee32447a101845f860848280eca5",
90 "is-cidr": "^2.0.5",
91 "iso-639-3": "^1.0.1",
92 "js-yaml": "^3.5.4",
93 "jsonld": "^1.0.1",
94 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
95 "kue": "^0.11.6",
96 "lodash": "^4.17.10",
97 "magnet-uri": "^5.1.4",
98 "mkdirp": "^0.5.1",
99 "morgan": "^1.5.3",
100 "multer": "^1.1.0",
101 "nodemailer": "^4.4.2",
102 "parse-torrent": "^6.0.0",
103 "password-generator": "^2.0.2",
104 "pem": "^1.12.3",
105 "pfeed": "^1.1.5",
106 "pg": "^7.4.1",
107 "pg-hstore": "^2.3.2",
108 "redis": "^2.8.0",
109 "reflect-metadata": "^0.1.10",
110 "request": "^2.81.0",
111 "rimraf": "^2.5.4",
112 "safe-buffer": "^5.0.1",
113 "scripty": "^1.5.0",
114 "sequelize": "4.37.10",
115 "sequelize-typescript": "0.6.5",
116 "sharp": "^0.20.0",
117 "uuid": "^3.1.0",
118 "validator": "^10.2.0",
119 "webfinger.js": "^2.6.6",
120 "winston": "3.0.0-rc1",
121 "ws": "^5.0.0"
122 },
123 "devDependencies": {
124 "@types/async": "^2.0.40",
125 "@types/async-lock": "^1.1.0",
126 "@types/bcrypt": "^2.0.0",
127 "@types/body-parser": "^1.16.3",
128 "@types/chai": "^4.0.4",
129 "@types/chai-json-schema": "^1.4.3",
130 "@types/chai-xml": "^0.3.1",
131 "@types/config": "^0.0.34",
132 "@types/express": "^4.0.35",
133 "@types/express-rate-limit": "^2.9.3",
134 "@types/kue": "^0.11.8",
135 "@types/libxmljs": "^0.14.31",
136 "@types/lodash": "^4.14.64",
137 "@types/magnet-uri": "^5.1.1",
138 "@types/maildev": "^0.0.1",
139 "@types/mkdirp": "^0.5.1",
140 "@types/mocha": "^5.0.0",
141 "@types/morgan": "^1.7.32",
142 "@types/multer": "^1.3.3",
143 "@types/node": "^10.0.8",
144 "@types/nodemailer": "^4.3.1",
145 "@types/pem": "^1.9.3",
146 "@types/redis": "^2.8.5",
147 "@types/request": "^2.0.3",
148 "@types/sequelize": "^4.0.55",
149 "@types/sharp": "^0.17.6",
150 "@types/supertest": "^2.0.3",
151 "@types/validator": "^9.4.0",
152 "@types/webtorrent": "^0.98.4",
153 "@types/ws": "^5.1.1",
154 "chai": "^4.1.1",
155 "chai-json-schema": "^1.5.0",
156 "chai-xml": "^0.3.2",
157 "husky": "^1.0.0-rc.4",
158 "libxmljs": "^0.18.9-pre0",
159 "lint-staged": "^7.1.0",
160 "maildev": "^1.0.0-rc3",
161 "mocha": "^5.0.0",
162 "nodemon": "^1.11.0",
163 "precise-commits": "^1.0.2",
164 "prettier": "1.13.2",
165 "prompt": "^1.0.0",
166 "sass-lint": "^1.12.1",
167 "sass-lint-auto-fix": "^0.10.0",
168 "source-map-support": "^0.5.0",
169 "spectacle-docs": "^1.0.2",
170 "supertest": "^3.0.0",
171 "ts-node": "6.0.5",
172 "tslint": "^5.7.0",
173 "tslint-config-standard": "^7.0.0",
174 "typescript": "^2.5.2",
175 "webtorrent": "^0.100.0",
176 "youtube-dl": "^1.12.2"
177 },
178 "scripty": {
179 "silent": true
180 }
181 }