diff options
Diffstat (limited to 'src/node/package.json')
-rw-r--r-- | src/node/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/node/package.json b/src/node/package.json index 8f81014c1e..821641ce19 100644 --- a/src/node/package.json +++ b/src/node/package.json @@ -14,7 +14,8 @@ }, "devDependencies": { "mocha": "~1.21.0", - "minimist": "^1.1.0" + "minimist": "^1.1.0", + "googleauth": "google/google-auth-library-nodejs" }, "main": "index.js" } |