]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/package.json
8070881f555ac07615737a37781b107ba8923fa8
[github/Chocobozzz/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 "angular2": "2.0.0-beta.14",
25 "blueimp-file-upload": "^9.12.1",
26 "bootstrap-sass": "^3.3.6",
27 "es6-promise": "^3.0.2",
28 "es6-shim": "^0.35.0",
29 "jquery": "^2.2.3",
30 "jquery.ui.widget": "^1.10.3",
31 "reflect-metadata": "0.1.2",
32 "rxjs": "5.0.0-beta.2",
33 "systemjs": "0.19.26",
34 "webtorrent": "^0.89.0",
35 "zone.js": "0.6.10"
36 },
37 "devDependencies": {
38 "codelyzer": "0.0.12",
39 "tslint": "^3.7.4",
40 "typescript": "^1.8.10",
41 "typings": "^0.7.12"
42 }
43 }