Bumped to version v1.0.0
[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",
5   "private": true,
6   "licence": "AGPLv3",
7   "engines": {
8     "node": ">=8.x"
9   },
10   "bin": {
11     "peertube": "dist/server/tools/peertube.js"
12   },
13   "author": {
14     "name": "Chocobozzz",
15     "email": "chocobozzz@cpy.re",
16     "url": "http://github.com/Chocobozzz"
17   },
18   "repository": {
19     "type": "git",
20     "url": "git+https://github.com/Chocobozzz/PeerTube.git"
21   },
22   "typings": "*.d.ts",
23   "scripts": {
24     "e2e": "scripty",
25     "e2e:local": "scripty",
26     "build": "SCRIPTY_PARALLEL=true scripty",
27     "build:server": "scripty",
28     "build:client": "scripty",
29     "clean:client": "scripty",
30     "clean:server": "scripty",
31     "clean:server:test": "scripty",
32     "watch:client": "scripty",
33     "watch:server": "scripty",
34     "danger:clean:dev": "scripty",
35     "danger:clean:prod": "scripty",
36     "danger:clean:modules": "scripty",
37     "i18n:generate": "scripty",
38     "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js",
39     "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
40     "reset-password": "node ./dist/scripts/reset-password.js",
41     "play": "scripty",
42     "dev": "scripty",
43     "dev:server": "scripty",
44     "dev:client": "scripty",
45     "start": "node dist/server",
46     "update-host": "node ./dist/scripts/update-host.js",
47     "create-transcoding-job": "node ./dist/scripts/create-transcoding-job.js",
48     "create-import-video-file-job": "node ./dist/scripts/create-import-video-file-job.js",
49     "test": "scripty",
50     "help": "scripty",
51     "generate-api-doc": "scripty",
52     "parse-log": "node ./dist/scripts/parse-log.js",
53     "prune-storage": "node ./dist/scripts/prune-storage.js",
54     "postinstall": "cd client && yarn install --pure-lockfile",
55     "tsc": "tsc",
56     "spectacle-docs": "node_modules/spectacle-docs/bin/spectacle.js",
57     "commander": "commander",
58     "ng": "ng",
59     "nodemon": "nodemon",
60     "ts-node": "ts-node",
61     "tslint": "tslint",
62     "concurrently": "concurrently",
63     "sasslint": "sass-lint --verbose --no-exit",
64     "sasslint:fix": "sass-lint-auto-fix -c .sass-lint.yml --verbose",
65     "mocha": "mocha",
66     "travis": "scripty",
67     "release": "scripty",
68     "client-report": "scripty"
69   },
70   "husky": {
71     "hooks": {
72       "pre-commit": "lint-staged"
73     }
74   },
75   "lint-staged": {
76     "*.scss": [
77       "sass-lint -c client/.sass-lint.yml",
78       "git add"
79     ]
80   },
81   "resolutions": {
82     "@types/bluebird": "3.5.21"
83   },
84   "dependencies": {
85     "application-config": "^1.0.1",
86     "async": "^2.0.0",
87     "async-lock": "^1.1.2",
88     "async-lru": "^1.1.1",
89     "bcrypt": "2",
90     "bittorrent-tracker": "^9.0.0",
91     "bluebird": "^3.5.0",
92     "body-parser": "^1.12.4",
93     "bull": "^3.4.2",
94     "bytes": "^3.0.0",
95     "cli-table": "^0.3.1",
96     "commander": "^2.13.0",
97     "concurrently": "^4.0.1",
98     "config": "^2.0.1",
99     "cookie-parser": "^1.4.3",
100     "cors": "^2.8.1",
101     "create-torrent": "^3.24.5",
102     "deep-object-diff": "^1.1.0",
103     "express": "^4.12.4",
104     "express-oauth-server": "^2.0.0",
105     "express-rate-limit": "^3.1.0",
106     "express-validator": "^5.0.0",
107     "flat": "^4.1.0",
108     "fluent-ffmpeg": "^2.1.0",
109     "fs-extra": "^7.0.0",
110     "helmet": "^3.12.1",
111     "ip-anonymize": "^0.0.6",
112     "ipaddr.js": "1.8.1",
113     "is-cidr": "^2.0.5",
114     "iso-639-3": "^1.0.1",
115     "js-yaml": "^3.5.4",
116     "jsonld": "^1.0.1",
117     "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
118     "lodash": "^4.17.10",
119     "magnet-uri": "^5.1.4",
120     "memoizee": "^0.4.14",
121     "morgan": "^1.5.3",
122     "multer": "^1.1.0",
123     "netrc-parser": "^3.1.6",
124     "nodemailer": "^4.4.2",
125     "parse-torrent": "^6.0.0",
126     "password-generator": "^2.0.2",
127     "pem": "^1.12.3",
128     "pfeed": "^1.1.6",
129     "pg": "^7.4.1",
130     "pg-hstore": "^2.3.2",
131     "prompt": "^1.0.0",
132     "redis": "^2.8.0",
133     "reflect-metadata": "^0.1.10",
134     "request": "^2.81.0",
135     "safe-buffer": "^5.0.1",
136     "scripty": "^1.5.0",
137     "sequelize": "4.38.0",
138     "sequelize-typescript": "0.6.6",
139     "sharp": "^0.20.0",
140     "srt-to-vtt": "^1.1.2",
141     "summon-install": "^0.4.3",
142     "useragent": "^2.3.0",
143     "uuid": "^3.1.0",
144     "validator": "^10.2.0",
145     "webfinger.js": "^2.6.6",
146     "webtorrent": "^0.102.1",
147     "winston": "3.1.0",
148     "ws": "^6.0.0",
149     "youtube-dl": "^1.12.2"
150   },
151   "devDependencies": {
152     "@types/async": "^2.0.40",
153     "@types/async-lock": "^1.1.0",
154     "@types/bcrypt": "^2.0.0",
155     "@types/bluebird": "3.5.21",
156     "@types/body-parser": "^1.16.3",
157     "@types/bull": "^3.3.12",
158     "@types/bytes": "^3.0.0",
159     "@types/chai": "^4.0.4",
160     "@types/chai-json-schema": "^1.4.3",
161     "@types/chai-xml": "^0.3.1",
162     "@types/config": "^0.0.34",
163     "@types/express": "^4.0.35",
164     "@types/express-rate-limit": "^2.9.3",
165     "@types/fs-extra": "^5.0.4",
166     "@types/libxmljs": "^0.18.0",
167     "@types/lodash": "^4.14.64",
168     "@types/magnet-uri": "^5.1.1",
169     "@types/maildev": "^0.0.1",
170     "@types/memoizee": "^0.4.2",
171     "@types/mkdirp": "^0.5.1",
172     "@types/mocha": "^5.0.0",
173     "@types/morgan": "^1.7.32",
174     "@types/multer": "^1.3.3",
175     "@types/node": "^10.0.8",
176     "@types/nodemailer": "^4.3.1",
177     "@types/oauth2-server": "^3.0.8",
178     "@types/pem": "^1.9.3",
179     "@types/redis": "^2.8.5",
180     "@types/request": "^2.0.3",
181     "@types/sharp": "^0.17.6",
182     "@types/supertest": "^2.0.3",
183     "@types/validator": "^9.4.0",
184     "@types/webtorrent": "^0.98.4",
185     "@types/ws": "^6.0.0",
186     "chai": "^4.1.1",
187     "chai-json-schema": "^1.5.0",
188     "chai-xml": "^0.3.2",
189     "husky": "^1.0.0-rc.4",
190     "libxmljs": "0.19.3",
191     "lint-staged": "^7.1.0",
192     "maildev": "^1.0.0-rc3",
193     "mocha": "^5.0.0",
194     "nodemon": "^1.11.0",
195     "sass-lint": "^1.12.1",
196     "source-map-support": "^0.5.0",
197     "spectacle-docs": "^1.0.2",
198     "supertest": "^3.0.0",
199     "ts-node": "7.0.1",
200     "tslint": "^5.7.0",
201     "tslint-config-standard": "^8.0.1",
202     "typescript": "^2.5.2",
203     "xliff": "^4.0.0"
204   },
205   "scripty": {
206     "silent": true
207   },
208   "summon": {
209     "silent": true
210   },
211   "sasslintConfig": "client/.sass-lint.yml"
212 }