Update video duration string to show hours when duration greater than or equal 60min...
[oweals/peertube.git] / client / .angular-cli.json
1 {
2   "$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3   "project": {
4     "name": "PeerTube"
5   },
6   "apps": [
7     {
8       "root": "src",
9       "outDir": "dist",
10       "assets": [
11         "./assets/images",
12         "./manifest.json"
13       ],
14       "deployUrl": "client/",
15       "index": "index.html",
16       "main": "main.ts",
17       "polyfills": "polyfills.ts",
18       "test": "test.ts",
19       "tsconfig": "tsconfig.app.json",
20       "testTsconfig": "tsconfig.spec.json",
21       "prefix": "app",
22       "serviceWorker": true,
23       "styles": [
24         "sass/application.scss"
25       ],
26       "stylePreprocessorOptions": {
27         "includePaths": [
28           "sass/include"
29         ]
30       },
31       "scripts": [],
32       "environmentSource": "environments/environment.ts",
33       "environments": {
34         "dev": "environments/environment.ts",
35         "prod": "environments/environment.prod.ts"
36       }
37     }
38   ],
39   "e2e": {
40     "protractor": {
41       "config": "./protractor.conf.js"
42     }
43   },
44   "lint": [
45     {
46       "project": "src/tsconfig.app.json",
47       "exclude": "**/node_modules/**"
48     },
49     {
50       "project": "src/tsconfig.spec.json",
51       "exclude": "**/node_modules/**"
52     },
53     {
54       "project": "e2e/tsconfig.e2e.json",
55       "exclude": "**/node_modules/**"
56     }
57   ],
58   "test": {
59     "karma": {
60       "config": "./karma.conf.js"
61     }
62   },
63   "defaults": {
64     "styleExt": "scss",
65     "component": {
66     }
67   }
68 }