Created
February 10, 2017 19:57
-
-
Save gandra/c02d39243647481a9e3da6d8fc324231 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"project": { | |
"version": "1.0.0-beta.25.5", | |
"name": "kibernum-dnc-client" | |
}, | |
"apps": [ | |
{ | |
"root": "src", | |
"outDir": "dist", | |
"assets": [ | |
"assets", | |
"assets/images/favicon.ico", | |
"assets/.htaccess" | |
], | |
"index": "index.html", | |
"main": "main.ts", | |
"test": "test.ts", | |
"tsconfig": "tsconfig.json", | |
"prefix": "app", | |
"mobile": false, | |
"styles": [ | |
"styles.scss" | |
], | |
"scripts": [], | |
"environments": { | |
"source": "environments/environment.ts", | |
"dev": "environments/environment.ts", | |
"prod": "environments/environment.prod.ts" | |
} | |
} | |
], | |
"addons": [], | |
"packages": [], | |
"e2e": { | |
"protractor": { | |
"config": "./protractor.conf.js" | |
} | |
}, | |
"test": { | |
"karma": { | |
"config": "./karma.conf.js" | |
} | |
}, | |
"defaults": { | |
"styleExt": "scss", | |
"prefixInterfaces": false, | |
"inline": { | |
"style": false, | |
"template": false | |
}, | |
"spec": { | |
"class": false, | |
"component": true, | |
"directive": true, | |
"module": false, | |
"pipe": true, | |
"service": true | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment