svogv
Version:
A decorator based approach for model driven forms, including an advanced DataGrid and a TreeView component.
44 lines (43 loc) • 1.07 kB
JSON
{
"name": "svogv",
"version": "0.11.0",
"description": "A decorator based approach for model driven forms, including an advanced DataGrid and a TreeView component.",
"peerDependencies": {
"@angular/common": "^11.0.2",
"@angular/core": "^11.0.2"
},
"dependencies": {
"bootstrap": "^4.5.3",
"tslib": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joergkrause/svogv.git"
},
"keywords": [
"Angular",
"Reactive",
"Forms",
"Validation",
"Viewmodel",
"decorators"
],
"author": "Joerg <IsAGeek> Krause",
"license": "ISC",
"engines": {
"node": ">= 8 < 12"
},
"bugs": {
"url": "https://github.com/joergkrause/svogv/issues"
},
"homepage": "https://github.com/joergkrause/svogv#readme",
"private": false,
"main": "bundles/svogv.umd.js",
"module": "fesm2015/svogv.js",
"es2015": "fesm2015/svogv.js",
"esm2015": "esm2015/svogv.js",
"fesm2015": "fesm2015/svogv.js",
"typings": "svogv.d.ts",
"metadata": "svogv.metadata.json",
"sideEffects": false
}