theme-lib
Version:
This is a simple example Angular Library published to npm.
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "theme-lib",
"version": "0.0.5",
"description": "This is a simple example Angular Library published to npm.",
"keywords": [
"Angular",
"Library",
"Them"
],
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "https://github.com/sidalsoft/theme-lib"
},
"homepage": "https://github.com/sidalsoft/theme-lib",
"peerDependencies": {
"@angular/animations": "^7.0.0",
"@angular/common": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/router": "^7.0.0",
"@angular/cdk": "^7.0.0",
"rxjs": "^6.3.0",
"nebular-icons": "^1.1.0"
},
"main": "bundles/theme-lib.umd.js",
"module": "fesm5/theme-lib.js",
"es2015": "fesm2015/theme-lib.js",
"esm5": "esm5/theme-lib.js",
"esm2015": "esm2015/theme-lib.js",
"fesm5": "fesm5/theme-lib.js",
"fesm2015": "fesm2015/theme-lib.js",
"typings": "theme-lib.d.ts",
"metadata": "theme-lib.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}