Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
s0ph1e committed Jan 14, 2019
1 parent fa3d203 commit cfa4efb
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
{
"name": "website-scraper-puppeteer",
"version": "0.0.0",
"version": "0.1.0",
"description": "Plugin for website-scraper which returns html for dynamic websites using puppeteer",
"readmeFilename": "README.md",
"main": "index.js",
"keywords": [
"website-scraper",
"puppeteer",
"chromium",
"chrome",
"headless",
"html"
],
"dependencies": {
"puppeteer": "^1.11.0"
},
"peerDependencies": {
"website-scraper": "^4.0.0"
},
"devDependencies": {
"chai": "^4.2.0",
"finalhandler": "^1.1.1",
Expand All @@ -21,10 +33,13 @@
"type": "git",
"url": "git+https://github.com/website-scraper/website-scraper-puppeteer.git"
},
"author": "",
"author": "Sophia Antipenko <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/website-scraper/website-scraper-puppeteer/issues"
},
"homepage": "https://github.com/website-scraper/website-scraper-puppeteer#readme"
"homepage": "https://github.com/website-scraper/website-scraper-puppeteer#readme",
"files": [
"index.js"
]
}

0 comments on commit cfa4efb

Please sign in to comment.