Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
workeffortwaste authored Jul 29, 2020
1 parent 44b8cb6 commit 6522c65
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"name": "layout-shift-gif",
"version": "1.0.0",
"description": "Generates a .gif showing the layout shift events for a website.",
"main": "./layout-shift-gif.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Chris Johnson",
"license": "ISC",
"dependencies": {
"canvas": "^2.6.1",
"gif-encoder-2": "^1.0.5",
"puppeteer": "^5.2.1",
"yargs": "^15.4.1"
},
"bin": {
"layout-shift-gif": "./layout-shift-gif.js"
}
}

0 comments on commit 6522c65

Please sign in to comment.