From 5bc58a2d40a0d332ea6cd8d1319a714805d49396 Mon Sep 17 00:00:00 2001 From: Nate Taylor Date: Tue, 22 Oct 2019 19:32:41 -0500 Subject: [PATCH] Initial npm commit --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..f391339 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "async-programming-promises", + "version": "1.0.0", + "description": "Source code for the Pluralsight course JavaScript Promises and Async Programming", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/taylonr/async-programming-promises.git" + }, + "author": "Nate Taylor (taylonr@gmail.com)", + "license": "ISC", + "bugs": { + "url": "https://github.com/taylonr/async-programming-promises/issues" + }, + "homepage": "https://github.com/taylonr/async-programming-promises#readme" +}