{
"name": "p3x-angular-compile",
"version": "2019.10.136",
"corifeus": {
"prefix": "p3x-",
"publish": true,
"type": "p3x",
"code": "Logico",
"nodejs": "v12.7.0",
"opencollective": false,
"reponame": "angular-compile",
"build": true,
"angular": "8.2.0"
},
"description": "🆖 Angular Dynamic Compile component, that turns a string into a compiled component",
"main": "dist/index.js",
"typings": "dist/index",
"scripts": {
"test": "grunt travis"
},
"repository": {
"type": "git",
"url": "git+https://github.com/patrikx3/angular-compile.git"
},
"keywords": [
"p3x",
"angular",
"ng",
"compile",
"html",
"angular",
"dynamic",
"aot"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/patrikx3/angular-compile/issues"
},
"homepage": "https://pages.corifeus.com/angular-compile",
"devDependencies": {
"corifeus-builder-angular": "^2019.10.364",
"corifeus-web": "^2019.10.431",
"corifeus-web-material": "^2019.10.448"
},
"dependencies": {
"lodash": "^4.17.15"
},
"engines": {
"node": ">=10.16.0"
}
}