Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcsz authored Feb 5, 2017
1 parent 76cb4fb commit c4392be
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit c4392be

Please sign in to comment.