aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
blob: d44ea8ff05a57a23abcb338ea341ae424ebd64cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
  "name": "peertube-client",
  "version": "0.0.1",
  "private": true,
  "licence": "GPLv3",
  "author": {
    "name": "Florian Bigard",
    "email": "florian.bigard@gmail.com",
    "url": "http://github.com/Chocobozzz"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Chocobozzz/PeerTube.git"
  },
  "scripts": {
    "tsc": "tsc",
    "tsc:w": "tsc -w",
    "typings": "typings",
    "postinstall": "typings install",
    "test": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
  },
  "license": "ISC",
  "dependencies": {
    "angular-pipes": "^1.4.1",
    "angular2": "2.0.0-beta.14",
    "blueimp-file-upload": "^9.12.1",
    "bootstrap-sass": "^3.3.6",
    "es6-promise": "^3.0.2",
    "es6-shim": "^0.35.0",
    "jquery": "^2.2.3",
    "jquery.ui.widget": "^1.10.3",
    "reflect-metadata": "0.1.2",
    "rxjs": "5.0.0-beta.2",
    "systemjs": "0.19.26",
    "webtorrent": "^0.89.0",
    "zone.js": "0.6.10"
  },
  "devDependencies": {
    "codelyzer": "0.0.12",
    "tslint": "^3.7.4",
    "typescript": "^1.8.10",
    "typings": "^0.7.12"
  }
}