]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Fix ffmpeg extraction
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
1{
2 "name": "peertube-client",
3 "version": "0.0.1",
4 "private": true,
5 "licence": "GPLv3",
6 "author": {
7 "name": "Florian Bigard",
8 "email": "florian.bigard@gmail.com",
9 "url": "http://github.com/Chocobozzz"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git://github.com/Chocobozzz/PeerTube.git"
14 },
15 "scripts": {
16 "tsc": "tsc",
17 "tsc:w": "tsc -w",
18 "typings": "typings",
44124980 19 "postinstall": "typings install",
2e2bef6f 20 "test": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
6f4e2522
C
21 },
22 "license": "ISC",
23 "dependencies": {
eb4e088a
C
24 "angular-pipes": "^1.5.0",
25 "angular2": "2.0.0-beta.17",
dc8bc31b 26 "blueimp-file-upload": "^9.12.1",
ccfd23df 27 "bootstrap-sass": "^3.3.6",
6f4e2522 28 "es6-promise": "^3.0.2",
c9bf7d30
C
29 "es6-shim": "^0.35.0",
30 "jquery": "^2.2.3",
dc8bc31b 31 "jquery.ui.widget": "^1.10.3",
6f4e2522 32 "reflect-metadata": "0.1.2",
eb4e088a 33 "rxjs": "5.0.0-beta.6",
c9bf7d30 34 "systemjs": "0.19.26",
02b72dc7 35 "webtorrent": "^0.89.0",
eb4e088a 36 "zone.js": "0.6.12"
6f4e2522
C
37 },
38 "devDependencies": {
a563a494 39 "codelyzer": "0.0.18",
c9bf7d30
C
40 "tslint": "^3.7.4",
41 "typescript": "^1.8.10",
eb4e088a 42 "typings": "^0.8.1"
6f4e2522
C
43 }
44}