UNPKG

doc-viewer-angular

Version:
64 lines (63 loc) 2.04 kB
{ "name": "doc-viewer-angular", "version": "1.0.8", "description": "Angular document viewer.", "main": "./package/index.js", "ngPackage": { "dest": "package", "lib": { "entryFile": "modules/index.ts" }, "whitelistedNonPeerDependencies": [ "." ] }, "scripts": { "build": "ng-packagr -p package.json", "publish": "ng-packagr -p package.json && npm publish ./package --tag latest", "publish-next": "ng-packagr -p package.json && npm publish ./package --tag next", "start": "ng serve --port 4201" }, "repository": { "type": "git", "url": "git+https://github.com/Marcelh1983/angular-document-viewer.git" }, "keywords": [ "Angular", "Word" ], "author": "Ildebrando", "license": "MIT", "bugs": { "url": "https://github.com/Marcelh1983/angular-document-viewer/issues" }, "homepage": "https://github.com/Marcelh1983/angular-document-viewer", "devDependencies": { "@angular-devkit/build-angular": "~0.900.1", "@angular/animations": "~9.0.0", "@angular/cli": "~9.0.1", "@angular/common": "~9.0.0", "@angular/compiler": "~9.0.0", "@angular/compiler-cli": "~9.0.0", "@angular/core": "~9.0.0", "@angular/forms": "~9.0.0", "@angular/language-service": "~9.0.0", "@angular/platform-browser": "~9.0.0", "@angular/platform-browser-dynamic": "~9.0.0", "@angular/router": "~9.0.0", "@types/node": "~13.7.1", "codelyzer": "~5.2.1", "bootstrap": "4.4.1", "mammoth": "1.4.9", "ng-packagr": "^9.0.0", "rxjs": "^6.5.4", "tslint": "^5.20.1", "typescript": "3.7.5", "zone.js": "^0.10.2" }, "peerDependencies": { "@angular/common": ">= 6.0.0", "@angular/core": ">= 6.0.0", "rxjs": ">= 6.3.0" } }