dbb065974201b0876b625a0d15bb91e1ddd55819
[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   },
21   "license": "ISC",
22   "dependencies": {
23     "angular2": "2.0.0-beta.9",
24     "blueimp-file-upload": "^9.12.1",
25     "bootstrap-sass": "^3.3.6",
26     "es6-promise": "^3.0.2",
27     "es6-shim": "^0.33.3",
28     "jquery": "^2.2.1",
29     "jquery.ui.widget": "^1.10.3",
30     "reflect-metadata": "0.1.2",
31     "rxjs": "5.0.0-beta.2",
32     "systemjs": "0.19.22",
33     "webtorrent": "^0.85.1",
34     "zone.js": "0.5.15"
35   },
36   "devDependencies": {
37     "typescript": "^1.8.2",
38     "typings": "^0.6.8"
39   }
40 }