]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/package.json
Fix tests for according to the sort
[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",
230809ef 20 "test": "standard && tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts"
6f4e2522 21 },
230809ef 22 "license": "GPLv3",
6f4e2522 23 "dependencies": {
230809ef
C
24 "angular-pipes": "^2.0.0",
25 "@angular/common": "2.0.0-rc.1",
26 "@angular/compiler": "2.0.0-rc.1",
27 "@angular/core": "2.0.0-rc.1",
28 "@angular/http": "2.0.0-rc.1",
29 "@angular/platform-browser-dynamic": "2.0.0-rc.1",
30 "@angular/platform-browser": "2.0.0-rc.1",
31 "@angular/router-deprecated": "2.0.0-rc.1",
dc8bc31b 32 "blueimp-file-upload": "^9.12.1",
ccfd23df 33 "bootstrap-sass": "^3.3.6",
6f4e2522 34 "es6-promise": "^3.0.2",
c9bf7d30
C
35 "es6-shim": "^0.35.0",
36 "jquery": "^2.2.3",
dc8bc31b 37 "jquery.ui.widget": "^1.10.3",
230809ef 38 "reflect-metadata": "0.1.3",
eb4e088a 39 "rxjs": "5.0.0-beta.6",
230809ef 40 "systemjs": "0.19.27",
788a7e02 41 "webtorrent": "^0.93.2",
eb4e088a 42 "zone.js": "0.6.12"
6f4e2522
C
43 },
44 "devDependencies": {
a563a494 45 "codelyzer": "0.0.18",
230809ef
C
46 "standard": "^7.0.1",
47 "systemjs-builder": "^0.15.16",
c9bf7d30
C
48 "tslint": "^3.7.4",
49 "typescript": "^1.8.10",
eb4e088a 50 "typings": "^0.8.1"
230809ef
C
51 },
52 "standard": {
53 "ignore": [
54 "angular/",
55 "bundles/"
56 ]
6f4e2522
C
57 }
58}