71f3059142e0ae4d3f6af4fedd8749b2a3e5b804
[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.8",
24     "bootstrap-sass": "^3.3.6",
25     "es6-promise": "^3.0.2",
26     "es6-shim": "^0.33.3",
27     "reflect-metadata": "0.1.2",
28     "rxjs": "5.0.0-beta.2",
29     "systemjs": "0.19.22",
30     "zone.js": "0.5.15"
31   },
32   "devDependencies": {
33     "typescript": "^1.8.2",
34     "typings": "^0.6.8"
35   }
36 }