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