Skip to content

Instantly share code, notes, and snippets.

View a-gonzalez's full-sized avatar
💭
I find your lack of faith disturbing.

Antonio a-gonzalez

💭
I find your lack of faith disturbing.
  • Abril
  • Dallas, Texas, US of A
View GitHub Profile
@coryhouse
coryhouse / package.json
Last active April 15, 2023 15:08
package.json for Building a JS Development Environment on Pluralsight
{
"name": "javascript-development-environment",
"version": "1.0.0",
"description": "JavaScript development environment Pluralsight course by Cory House",
"scripts": {
},
"author": "Cory House",
"license": "MIT",
"dependencies": {
"whatwg-fetch": "1.0.0"