| 
									
										
										
										
											2019-12-13 13:04:59 +02:00
										 |  |  | { | 
					
						
							|  |  |  |   "$schema": "./node_modules/@angular/cli/lib/config/schema.json", | 
					
						
							|  |  |  |   "project": { | 
					
						
							|  |  |  |     "name": "angular-crud" | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "apps": [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "root": "src", | 
					
						
							|  |  |  |       "outDir": "dist", | 
					
						
							|  |  |  |       "assets": [ | 
					
						
							|  |  |  |         "assets", | 
					
						
							|  |  |  |         "favicon.ico" | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       "index": "index.html", | 
					
						
							|  |  |  |       "main": "main.ts", | 
					
						
							|  |  |  |       "polyfills": "polyfills.ts", | 
					
						
							|  |  |  |       "test": "test.ts", | 
					
						
							|  |  |  |       "tsconfig": "tsconfig.app.json", | 
					
						
							|  |  |  |       "testTsconfig": "tsconfig.spec.json", | 
					
						
							|  |  |  |       "prefix": "app", | 
					
						
							|  |  |  |       "styles": [ | 
					
						
							|  |  |  |         "../node_modules/bootstrap/dist/css/bootstrap.min.css", | 
					
						
							|  |  |  |         "styles.css", | 
					
						
							|  |  |  |          "../node_modules/font-awesome/css/font-awesome.min.css" | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       "scripts": [ | 
					
						
							|  |  |  |         "../node_modules/jquery/dist/jquery.js", | 
					
						
							|  |  |  |         "../node_modules/bootstrap/dist/js/bootstrap.js" | 
					
						
							|  |  |  |       ], | 
					
						
							|  |  |  |       "environmentSource": "environments/environment.ts", | 
					
						
							|  |  |  |       "environments": { | 
					
						
							|  |  |  |         "dev": "environments/environment.ts", | 
					
						
							|  |  |  |         "prod": "environments/environment.prod.ts" | 
					
						
							|  |  |  |       } | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "e2e": { | 
					
						
							|  |  |  |     "protractor": { | 
					
						
							|  |  |  |       "config": "./protractor.conf.js" | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "lint": [ | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "project": "src/tsconfig.app.json", | 
					
						
							|  |  |  |       "exclude": "**/node_modules/**" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "project": "src/tsconfig.spec.json", | 
					
						
							|  |  |  |       "exclude": "**/node_modules/**" | 
					
						
							|  |  |  |     }, | 
					
						
							|  |  |  |     { | 
					
						
							|  |  |  |       "project": "e2e/tsconfig.e2e.json", | 
					
						
							|  |  |  |       "exclude": "**/node_modules/**" | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   ], | 
					
						
							|  |  |  |   "test": { | 
					
						
							|  |  |  |     "karma": { | 
					
						
							|  |  |  |       "config": "./karma.conf.js" | 
					
						
							|  |  |  |     } | 
					
						
							|  |  |  |   }, | 
					
						
							|  |  |  |   "defaults": { | 
					
						
							|  |  |  |     "styleExt": "css", | 
					
						
							|  |  |  |     "component": {} | 
					
						
							|  |  |  |   } | 
					
						
							| 
									
										
										
										
											2019-10-31 20:43:47 -05:00
										 |  |  | } |