Skip to content

Instantly share code, notes, and snippets.

View hkwarui's full-sized avatar
🎯
Focusing

hkwarui hkwarui

🎯
Focusing
View GitHub Profile
@hkwarui
hkwarui / package.json
Last active June 30, 2019 19:49 — forked from coryhouse/package.json
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": "hkwarui",
"license": "MIT",
"dependencies": {
"whatwg-fetch": "3.0.0"