accumulation-ui
Version:
Super fast and modern framework for web application development
35 lines • 999 B
JSON
{
"name": "accumulation-ui",
"version": "0.0.27",
"description": "Super fast and modern framework for web application development",
"repository": {
"type": "git",
"url": "git+https://github.com/dmitrydutin/accumulation-ui.git"
},
"keywords": [
"angular",
"angular-components",
"accumulation",
"accumulation-ui"
],
"author": "Dmitry Dutin <dmitrydutin@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dmitrydutin/accumulation-ui/issues"
},
"homepage": "https://github.com/dmitrydutin/accumulation-ui#readme",
"peerDependencies": {
"@angular/common": "^12.1.0",
"@angular/core": "^12.1.0"
},
"dependencies": {
"tslib": "^2.2.0"
},
"main": "bundles/accumulation-ui.umd.js",
"module": "fesm2015/accumulation-ui.js",
"es2015": "fesm2015/accumulation-ui.js",
"esm2015": "esm2015/accumulation-ui.js",
"fesm2015": "fesm2015/accumulation-ui.js",
"typings": "accumulation-ui.d.ts",
"sideEffects": false
}