Skip to content

Commit

Permalink
Added package.json 📥
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketingPip authored Mar 13, 2023
1 parent efcbb1c commit c2d1ce7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"type": "module",
"name": "@MarketingPipeline/PlutoTVjs",
"description": "A JavaScript library for fetching free Pluto TV streams.",
"version": "1.0.0",
"homepage": "https://github.com/MarketingPipeline/Pluto-TV.js",
"license": "MIT",
"main": "./dist/pluto-tv.min.js",
"bugs": {
"url": "https://github.com/MarketingPipeline/Pluto-TV.js/issues"
},
"author": {
"url": "https://github.com/MarketingPipeline"
},
"repository": {
"type": "git",
"url": "https://github.com/MarketingPip/Pluto-TV.js.git"
}
}

0 comments on commit c2d1ce7

Please sign in to comment.