pci-ng-lib
Version:
This is a simple PCI Angular Library published to npm.
35 lines (34 loc) • 930 B
JSON
{
"name": "pci-ng-lib",
"version": "1.0.0",
"description": "This is a simple PCI Angular Library published to npm.",
"keywords": [
"Angular",
"Library",
"Pyramid",
"PCI"
],
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "http://techiestribesolutions.azurewebsites.net/"
},
"homepage": "http://techiestribesolutions.azurewebsites.net/",
"peerDependencies": {
"@angular/common": "^6.0.0-rc.0 || ^6.0.0",
"@angular/core": "^6.0.0-rc.0 || ^6.0.0"
},
"main": "bundles/pci-ng-lib.umd.js",
"module": "fesm5/pci-ng-lib.js",
"es2015": "fesm2015/pci-ng-lib.js",
"esm5": "esm5/pci-ng-lib.js",
"esm2015": "esm2015/pci-ng-lib.js",
"fesm5": "fesm5/pci-ng-lib.js",
"fesm2015": "fesm2015/pci-ng-lib.js",
"typings": "pci-ng-lib.d.ts",
"metadata": "pci-ng-lib.metadata.json",
"sideEffects": false,
"dependencies": {
"tslib": "^1.9.0"
}
}