dea673357856de7198480ba58a583cc6a319fd39
[oweals/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"
21   },
22   "license": "GPLv3",
23   "dependencies": {
24     "@angular/common": "2.0.0-rc.1",
25     "@angular/compiler": "2.0.0-rc.1",
26     "@angular/core": "2.0.0-rc.1",
27     "@angular/http": "2.0.0-rc.1",
28     "@angular/platform-browser": "2.0.0-rc.1",
29     "@angular/platform-browser-dynamic": "2.0.0-rc.1",
30     "@angular/router-deprecated": "2.0.0-rc.1",
31     "angular-pipes": "^2.0.0",
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     "ng2-bootstrap": "^1.0.16",
39     "reflect-metadata": "0.1.3",
40     "rxjs": "5.0.0-beta.6",
41     "systemjs": "0.19.27",
42     "webtorrent": "^0.93.2",
43     "zone.js": "0.6.12"
44   },
45   "devDependencies": {
46     "codelyzer": "0.0.19",
47     "standard": "^7.0.1",
48     "systemjs-builder": "^0.15.16",
49     "tslint": "^3.7.4",
50     "typescript": "^1.8.10",
51     "typings": "^1.0.4"
52   },
53   "standard": {
54     "ignore": [
55       "angular/",
56       "bundles/"
57     ]
58   }
59 }