diff options
Diffstat (limited to 'src/node/package.json')
-rw-r--r-- | src/node/package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/node/package.json b/src/node/package.json index bbd89be77d..898281a915 100644 --- a/src/node/package.json +++ b/src/node/package.json @@ -15,9 +15,10 @@ "underscore.string": "^3.0.0" }, "devDependencies": { - "mocha": "~1.21.0", + "async": "^0.9.0", + "googleauth": "google/google-auth-library-nodejs", "minimist": "^1.1.0", - "googleauth": "google/google-auth-library-nodejs" + "mocha": "~1.21.0" }, "files": [ "README.md", |