Skip to content

Instantly share code, notes, and snippets.

@bennycode
Last active April 26, 2019 09:40
Show Gist options
  • Save bennycode/32fb67a3795aaece8ad3d7d1f54fdca9 to your computer and use it in GitHub Desktop.
Save bennycode/32fb67a3795aaece8ad3d7d1f54fdca9 to your computer and use it in GitHub Desktop.
Minimal package.json
{
"dependencies": {
"": ""
},
"devDependencies": {
"": ""
},
"license": "UNLICENSED",
"main": "index.js",
"name": "example-puppeteer-travis-ci",
"repository": {
"type": "git",
"url": "git+https://github.com/bennyn/example-puppeteer-travis-ci.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.0.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment