@lunaeme/circe-core
Version:
Circe :: Angular Core Services and Tools
46 lines (45 loc) • 1.31 kB
JSON
{
"name": "@lunaeme/circe-core",
"version": "0.5.10",
"description": "Circe :: Angular Core Services and Tools",
"repository": {
"type": "git",
"url": "git+https://github.com/nulpas/circe.git"
},
"keywords": [
"circe",
"angular",
"services",
"core",
"tools"
],
"author": "Nul Pàs <manu@lunaeme.com> (https://github.com/nulpas)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nulpas/circe/issues"
},
"homepage": "https://github.com/nulpas/circe/tree/master/projects/core#readme",
"peerDependencies": {
"@angular/common": ">=8.2.14",
"@angular/core": ">=8.2.14",
"@angular/forms": ">=8.2.14",
"@angular/platform-browser": ">=8.2.14",
"tslib": ">=1.10.0"
},
"dependencies": {
"@types/lodash": "^4.14.151",
"lodash": "^4.17.15",
"ngx-order-pipe": "^2.0.4",
"uuid": "^8.0.0"
},
"main": "bundles/lunaeme-circe-core.umd.js",
"module": "fesm5/lunaeme-circe-core.js",
"es2015": "fesm2015/lunaeme-circe-core.js",
"esm5": "esm5/lunaeme-circe-core.js",
"esm2015": "esm2015/lunaeme-circe-core.js",
"fesm5": "fesm5/lunaeme-circe-core.js",
"fesm2015": "fesm2015/lunaeme-circe-core.js",
"typings": "lunaeme-circe-core.d.ts",
"metadata": "lunaeme-circe-core.metadata.json",
"sideEffects": false
}