]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Add loader gif when loading the video
[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": {
8cfecb2a 24 "angular-pipes": "^1.4.1",
c9bf7d30 25 "angular2": "2.0.0-beta.14",
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
C
32 "reflect-metadata": "0.1.2",
33 "rxjs": "5.0.0-beta.2",
c9bf7d30 34 "systemjs": "0.19.26",
02b72dc7 35 "webtorrent": "^0.89.0",
c9bf7d30 36 "zone.js": "0.6.10"
6f4e2522
C
37 },
38 "devDependencies": {
44124980 39 "codelyzer": "0.0.12",
c9bf7d30
C
40 "tslint": "^3.7.4",
41 "typescript": "^1.8.10",
42 "typings": "^0.7.12"
6f4e2522
C
43 }
44}