unicorn-components
Version:
<a target="_blank" href="https://getunicorn.io"><img src="https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2017/Jul/07/2615006260-5-nitsnetsstudios-ondemand-UNI_avatar.png" align="left"></a>
48 lines (47 loc) • 1.12 kB
JSON
{
"project": {
"version": "1.0.0-beta.19-3",
"name": "unicorn_components"
},
"apps": [
{
"root": "test",
"outDir": "dist",
"assets": [
"favicon.ico",
"logo.png"
],
"index": "index.html",
"main": "index.ts",
"test": "test.ts",
"tsconfig": "../tsconfig.json",
"testTsconfig": "../tsconfig.json",
"prefix": "uni",
"mobile": false,
"styles": [],
"scripts": [],
"environmentSource": "../env.ts",
"environments": {
"dev": "../env.ts",
"prod": "../env.ts"
}
}
],
"addons": [],
"packages": [],
"e2e": {},
"test": {
"karma": {
"config": "./karma.conf.js"
}
},
"defaults": {
"styleExt": "scss",
"prefixInterfaces": true,
"component": {
"inlineTemplate": false,
"inlineStyle": false,
"spec": false
}
}
}