Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ohpe committed Feb 26, 2021
1 parent 4cf38d7 commit bb15c59
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 52 deletions.
104 changes: 53 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "necrobrowser",
"version": "0.1.0",
"version": "0.1.1",
"description": "Necrobrowser is a browser instrumentation microservice written in NodeJS: it uses the Puppeteer library to control instances of Chrome or Firefox in headless and GUI mode.",
"main": "necrobrowser.js",
"scripts": {},
Expand All @@ -15,6 +15,7 @@
},
"homepage": "https://github.com/muraenateam/necrobrowser#readme",
"dependencies": {
"@muraenateam/puppeteer-cluster": "^0.2.1",
"chalk": "^4.1.0",
"express": "^4.17.1",
"jest": "^26.6.3",
Expand Down

0 comments on commit bb15c59

Please sign in to comment.