From c4392beaf2057c9d22c7d742d3e4e1e3936576b8 Mon Sep 17 00:00:00 2001 From: David Sanchez Date: Sun, 5 Feb 2017 01:15:58 -0800 Subject: [PATCH] Initial commit --- package.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..a86de1c --- /dev/null +++ b/package.json @@ -0,0 +1,14 @@ +{ + "name": "oauth", + "version": "1.0.0", + "description": "Barebones OAuth 2.0 module", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "David Sanchez", + "license": "ISC", + "dependencies": { + "node-fetch": "^1.6.3" + } +}