Skip to content

Instantly share code, notes, and snippets.

@conanak99
Last active December 25, 2017 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save conanak99/f1d324104142d0ab27cfc4d285b29d1c to your computer and use it in GitHub Desktop.
Save conanak99/f1d324104142d0ab27cfc4d285b29d1c to your computer and use it in GitHub Desktop.
{
"name": "puppet-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "jest --verbose true"
},
"author": "",
"license": "ISC",
"dependencies": {
"jest": "^22.0.4",
"puppeteer": "git+https://github.com/GoogleChrome/puppeteer.git"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment