171c39edf1b006fe6f34658e718acaf1f9dc1ce1
[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     "systemjs": "0.19.22",
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     "zone.js": "0.5.15"
30   },
31   "devDependencies": {
32     "concurrently": "^2.0.0",
33     "lite-server": "^2.1.0",
34     "typescript": "^1.8.2",
35     "typings":"^0.6.8"
36   }
37 }