UNPKG

@meumobi/ngx-youtube-provider

Version:

A angular service to fetch channel youtube videos and playlist

42 lines (41 loc) 1.2 kB
{ "name": "@meumobi/ngx-youtube-provider", "version": "0.0.2", "description": "A angular service to fetch channel youtube videos and playlist", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist" ], "scripts": { "ngc": "ngc", "build": "rm -rf aot dist && npm run ngc", "publishPackage": "npm run build && npm publish", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/meumobi/ngx-youtube-provider.git" }, "keywords": [ "youtube", "angular", "ngx", "meumobi", "video", "youtube-api", "youtube-channel" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/meumobi/ngx-youtube-provider/issues" }, "homepage": "https://github.com/meumobi/ngx-youtube-provider/issues#readme", "devDependencies": { "@angular/common": "^4.0.0", "@angular/compiler": "^4.0.0", "@angular/compiler-cli": "^4.0.0", "@angular/core": "^4.0.0", "@angular/platform-browser": "^4.0.0", "@angular/platform-browser-dynamic": "^4.0.0", "@types/node": "^6.0.60", "zone.js": "^0.8.4", "rxjs": "^5.4.0", "typescript": "^2.3.4" } }