UNPKG

1.03 kBJSONView Raw
1{
2 "project": {
3 "version": "1.0.0",
4 "name": "ng2-pipes"
5 },
6 "apps": [
7 {
8 "root": "src",
9 "outDir": "dist",
10 "assets": [],
11 "index": "index.html",
12 "main": "main.ts",
13 "test": "test.ts",
14 "tsconfig": "tsconfig.json",
15 "prefix": "app",
16 "mobile": false,
17 "styles": [],
18 "scripts": [],
19 "environments": {
20 "source": "environments/environment.ts",
21 "dev": "environments/environment.ts",
22 "prod": "environments/environment.prod.ts"
23 }
24 }
25 ],
26 "addons": [],
27 "packages": [],
28 "e2e": {
29 "protractor": {
30 "config": "./protractor.conf.js"
31 }
32 },
33 "test": {
34 "karma": {
35 "config": "./karma.conf.js"
36 }
37 },
38 "defaults": {
39 "styleExt": "css",
40 "prefixInterfaces": false,
41 "inline": {
42 "style": false,
43 "template": false
44 },
45 "spec": {
46 "class": false,
47 "component": false,
48 "directive": false,
49 "module": true,
50 "pipe": true,
51 "service": false
52 }
53 }
54}