Skip to content

Commit

Permalink
chore(name): Update project name
Browse files Browse the repository at this point in the history
Set project name to node-red-contrib-google-oauth2
  • Loading branch information
pckhib committed Jan 7, 2019
1 parent 7bbc68f commit f13098a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "node-red-contrib-google",
"name": "node-red-contrib-google-oauth2",
"version": "0.2.0",
"description": "Node-RED node for Google APIs call.",
"description": "Node-RED node for Google APIs call using OAuth2.",
"dependencies": {
"googleapis": "^36.0.0"
},
"license": "MIT",
"keywords": [
"node-red",
"google",
"googleapis"
"googleapis",
"oauth2"
],
"node-red": {
"nodes": {
Expand All @@ -20,8 +21,13 @@
"author": {
"name": "Tom Stanczyk"
},
"contributors": [
{
"name": "Patrick Hieber"
}
],
"repository": {
"type": "git",
"url": "https://github.com/74Labs/node-red-contrib-google"
"url": "https://github.com/pckhib/node-red-contrib-google-oauth2"
}
}

0 comments on commit f13098a

Please sign in to comment.