Advertisement
rubenscarrilho

package.json

Mar 20th, 2019
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. {
  2. "name": "iptv",
  3. "version": "0.3.0",
  4. "description": "Collection of 5000+ free IPTV channels from all over the world",
  5. "keywords": [
  6. "iptv",
  7. "playlist",
  8. "tv",
  9. "channels"
  10. ],
  11. "main": "index.m3u",
  12. "scripts": {
  13. "test": "node test/index.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/freearhey/iptv.git"
  18. },
  19. "author": "Arhey <free.arhey@gmail.com>",
  20. "private": true,
  21. "license": "ISC",
  22. "bugs": {
  23. "url": "https://github.com/freearhey/iptv/issues"
  24. },
  25. "homepage": "https://github.com/freearhey/iptv#readme",
  26. "dependencies": {},
  27. "devDependencies": {
  28. "axios": "^0.18.0",
  29. "playlist-parser": "0.0.12"
  30. }
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement