Skip to content

Commit

Permalink
build(package.json): init npm
Browse files Browse the repository at this point in the history
Signed-off-by: euberdeveloper <euberdeveloper@gmail.com>
  • Loading branch information
euberdeveloper committed Feb 5, 2022
1 parent b3e9fa9 commit d5a1513
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "bbb-video-scraper",
"version": "1.0.0",
"description": "This is a scraper written in Node.js and using Puppeteer that gets the videos served by BBB services",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/euberdeveloper/bbb-video-scraper.git"
},
"keywords": [
"bbb",
"scraper",
"video",
"video-scraper",
"bbb-scraper"
],
"author": "Eugenio Vinicio Berretta <euberdeveloper@gmail.com>",
"license": "GPLV3",
"bugs": {
"url": "https://github.com/euberdeveloper/bbb-video-scraper/issues"
},
"homepage": "https://github.com/euberdeveloper/bbb-video-scraper#readme"
}

0 comments on commit d5a1513

Please sign in to comment.