]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/package.json
Update client dependencies
[github/Chocobozzz/PeerTube.git] / client / package.json
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",
19 "postinstall": "typings install",
20 "test": "standard && tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
21 },
22 "license": "GPLv3",
23 "dependencies": {
24 "angular-pipes": "^2.0.0",
25 "@angular/common": "2.0.0-rc.1",
26 "@angular/compiler": "2.0.0-rc.1",
27 "@angular/core": "2.0.0-rc.1",
28 "@angular/http": "2.0.0-rc.1",
29 "@angular/platform-browser-dynamic": "2.0.0-rc.1",
30 "@angular/platform-browser": "2.0.0-rc.1",
31 "@angular/router-deprecated": "2.0.0-rc.1",
32 "blueimp-file-upload": "^9.12.1",
33 "bootstrap-sass": "^3.3.6",
34 "es6-promise": "^3.0.2",
35 "es6-shim": "^0.35.0",
36 "jquery": "^2.2.3",
37 "jquery.ui.widget": "^1.10.3",
38 "reflect-metadata": "0.1.3",
39 "rxjs": "5.0.0-beta.6",
40 "systemjs": "0.19.27",
41 "webtorrent": "^0.93.2",
42 "zone.js": "0.6.12"
43 },
44 "devDependencies": {
45 "codelyzer": "0.0.19",
46 "standard": "^7.0.1",
47 "systemjs-builder": "^0.15.16",
48 "tslint": "^3.7.4",
49 "typescript": "^1.8.10",
50 "typings": "^1.0.4"
51 },
52 "standard": {
53 "ignore": [
54 "angular/",
55 "bundles/"
56 ]
57 }
58 }