db93ac68119d6959e06755e2a5e718d3094ba83e
[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": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
21   },
22   "license": "ISC",
23   "dependencies": {
24     "angular-pipes": "^1.5.0",
25     "angular2": "2.0.0-beta.17",
26     "blueimp-file-upload": "^9.12.1",
27     "bootstrap-sass": "^3.3.6",
28     "es6-promise": "^3.0.2",
29     "es6-shim": "^0.35.0",
30     "jquery": "^2.2.3",
31     "jquery.ui.widget": "^1.10.3",
32     "reflect-metadata": "0.1.2",
33     "rxjs": "5.0.0-beta.6",
34     "systemjs": "0.19.26",
35     "webtorrent": "^0.89.0",
36     "zone.js": "0.6.12"
37   },
38   "devDependencies": {
39     "codelyzer": "0.0.18",
40     "tslint": "^3.7.4",
41     "typescript": "^1.8.10",
42     "typings": "^0.8.1"
43   }
44 }