]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - package.json
Type models
[github/Chocobozzz/PeerTube.git] / package.json
CommitLineData
8c308c2b 1{
d148f3b9 2 "name": "peertube",
93534495 3 "description": "Prototype of a decentralized video streaming platform using P2P (bittorent) directly in the web browser with WebTorrent and Angular 2.",
8c308c2b
C
4 "version": "0.0.1",
5 "private": true,
288a1331 6 "licence": "GPLv3",
8c308c2b 7 "engines": {
792b893e 8 "node": ">=4.x"
288a1331
C
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"
8c308c2b
C
18 },
19 "scripts": {
fc76359b
C
20 "build": "npm run build:client:prod",
21 "build:client:dev": "scripty",
22 "build:client:prod": "scripty",
031bde86 23 "clean": "npm run clean:client",
fc76359b 24 "clean:client": "scripty",
93534495
C
25 "clean:server:test": "scripty",
26 "watch:client": "SCRIPTY_PARALLEL=true scripty",
82221ac9
C
27 "danger:clean:dev": "scripty",
28 "danger:clean:prod": "scripty",
93534495 29 "danger:clean:modules": "scripty",
9a5d2a3f 30 "reset-password": "scripty",
93534495
C
31 "play": "scripty",
32 "dev": "scripty",
ccfd23df 33 "start": "node server",
792b893e 34 "check": "scripty",
9f540774 35 "upgrade": "scripty",
93d4a3b5 36 "update-host": "scripty",
93534495
C
37 "test": "scripty",
38 "help": "scripty",
85cd99dc 39 "postinstall": "cd client && yarn install"
8c308c2b
C
40 },
41 "dependencies": {
1a42c9e2 42 "async": "^2.0.0",
a7721e62 43 "bcrypt": "^1.0.2",
72329aaa 44 "bittorrent-tracker": "^9.0.0",
8c308c2b 45 "body-parser": "^1.12.4",
3474b77c 46 "concurrently": "^3.1.0",
8c308c2b 47 "config": "^1.14.0",
b9ab2e25 48 "cors": "^2.8.1",
052937db 49 "create-torrent": "^3.24.5",
8c308c2b
C
50 "debug": "^2.2.0",
51 "dezalgo": "^1.0.3",
8c308c2b 52 "express": "^4.12.4",
16a31eb7 53 "express-oauth-server": "2.0.0-b1",
f6f7dfee 54 "express-validator": "^3.1.0",
3a8a8b51 55 "fluent-ffmpeg": "^2.1.0",
e1c8024a 56 "js-yaml": "^3.5.4",
e7ea0979 57 "lodash": "^4.11.1",
052937db 58 "magnet-uri": "^5.1.4",
8c308c2b 59 "mkdirp": "^0.5.1",
8c308c2b 60 "morgan": "^1.5.3",
207fbab4 61 "multer": "^1.1.0",
0890478c 62 "openssl-wrapper": "^0.3.4",
052937db 63 "parse-torrent": "^5.8.0",
bb1e6d0c 64 "password-generator": "^2.0.2",
feb4bdfd
C
65 "pg": "^6.1.0",
66 "pg-hstore": "^2.3.2",
0dd079da 67 "request": "^2.81.0",
a81e7a22 68 "request-replay": "^1.0.2",
82221ac9 69 "rimraf": "^2.5.4",
4d324488 70 "safe-buffer": "^5.0.1",
575fdcec 71 "scripty": "^1.5.0",
e02643f3 72 "sequelize": "4.0.0-2",
65fcc311 73 "typescript": "~2.2.0",
207fbab4 74 "winston": "^2.1.1",
c70e0710 75 "ws": "^2.0.0"
8c308c2b
C
76 },
77 "devDependencies": {
65fcc311
C
78 "@types/async": "^2.0.40",
79 "@types/bcrypt": "^1.0.0",
80 "@types/body-parser": "^1.16.3",
81 "@types/config": "^0.0.32",
82 "@types/express": "^4.0.35",
83 "@types/lodash": "^4.14.64",
84 "@types/mkdirp": "^0.3.29",
85 "@types/morgan": "^1.7.32",
86 "@types/node": "^7.0.18",
87 "@types/request": "^0.0.43",
e02643f3 88 "@types/sequelize": "^4.0.55",
65fcc311
C
89 "@types/winston": "^2.3.2",
90 "@types/ws": "^0.0.41",
8c308c2b 91 "chai": "^3.3.0",
8f68c31a 92 "commander": "^2.9.0",
45b81deb 93 "mocha": "^3.0.1",
e02643f3 94 "source-map-support": "^0.4.15",
0dd079da 95 "standard": "^10.0.0",
c70e0710 96 "supertest": "^3.0.0",
65fcc311
C
97 "tslint": "^5.2.0",
98 "tslint-config-standard": "^5.0.2",
a7721e62 99 "webtorrent": "^0.98.0"
8c308c2b
C
100 },
101 "standard": {
3d446a26
C
102 "ignore": [
103 "client/"
104 ],
8c308c2b
C
105 "globals": [
106 "alert",
107 "confirm",
108 "it",
109 "after",
3bcb78b3 110 "afterEach",
8c308c2b 111 "before",
3bcb78b3 112 "beforeEach",
2dd5b570
C
113 "describe",
114 "include"
8c308c2b 115 ]
792b893e
C
116 },
117 "scripty": {
118 "silent": true
8c308c2b
C
119 }
120}