@fivethree/core
Version:
Fivethree Core Components
62 lines (61 loc) • 1.6 kB
JSON
{
"name": "@fivethree/core",
"version": "1.0.0-alpha.24",
"description": "Fivethree Core Components",
"keywords": [
"fivethree",
"angular",
"ionic",
"framework",
"components",
"ux",
"mobile",
"app",
"webapp",
"pwa"
],
"dependencies": {
"@fivethree/ngx-rxjs-animations": "0.1.0",
"tslib": "^1.9.0"
},
"peerDependencies": {
"@angular/animations": ">=8.0.0 <10.0.0",
"@angular/common": ">=8.0.0 <10.0.0",
"@angular/core": ">=8.0.0 <10.0.0",
"@angular/forms": ">=8.0.0 <10.0.0",
"@angular/platform-browser": ">=8.0.0 <10.0.0",
"@angular/router": ">=8.0.0 <10.0.0",
"@ionic/angular": "^4.0.0 || ^5.0.0",
"rxjs": ">=6.4.0"
},
"author": "Fivethree Team",
"license": "MIT",
"contributors": [
{
"name": "Gary Großgarten",
"email": "gary@fivethree.io"
},
{
"name": "Marc Stammerjohann",
"email": "marc@fivethree.io"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/fivethree-team/fivethree.git"
},
"bugs": {
"url": "https://github.com/fivethree-team/fivethree/issues"
},
"homepage": "https://github.com/fivethree-team/fivethree#readme",
"main": "bundles/fivethree-core.umd.js",
"module": "fesm5/fivethree-core.js",
"es2015": "fesm2015/fivethree-core.js",
"esm5": "esm5/fivethree-core.js",
"esm2015": "esm2015/fivethree-core.js",
"fesm5": "fesm5/fivethree-core.js",
"fesm2015": "fesm2015/fivethree-core.js",
"typings": "fivethree-core.d.ts",
"metadata": "fivethree-core.metadata.json",
"sideEffects": false
}