]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Use lodash v4
[github/Chocobozzz/PeerTube.git] / client / package.json
CommitLineData
6f4e2522
C
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",
44124980 19 "postinstall": "typings install",
2e2bef6f 20 "test": "tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
6f4e2522
C
21 },
22 "license": "ISC",
23 "dependencies": {
c9bf7d30 24 "angular2": "2.0.0-beta.14",
dc8bc31b 25 "blueimp-file-upload": "^9.12.1",
ccfd23df 26 "bootstrap-sass": "^3.3.6",
6f4e2522 27 "es6-promise": "^3.0.2",
c9bf7d30
C
28 "es6-shim": "^0.35.0",
29 "jquery": "^2.2.3",
dc8bc31b 30 "jquery.ui.widget": "^1.10.3",
6f4e2522
C
31 "reflect-metadata": "0.1.2",
32 "rxjs": "5.0.0-beta.2",
c9bf7d30 33 "systemjs": "0.19.26",
02b72dc7 34 "webtorrent": "^0.89.0",
c9bf7d30 35 "zone.js": "0.6.10"
6f4e2522
C
36 },
37 "devDependencies": {
44124980 38 "codelyzer": "0.0.12",
c9bf7d30
C
39 "tslint": "^3.7.4",
40 "typescript": "^1.8.10",
41 "typings": "^0.7.12"
6f4e2522
C
42 }
43}