[CHORE] include superagent, vault-test

This commit is contained in:
Matthew Fettig
2014-05-19 15:25:53 -07:00
parent 963e1d58cb
commit 7e4ae26b8f
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,8 @@
"async": "~0.8.0",
"ws": "~0.4.31",
"extend": "~1.2.1",
"lru-cache": "~2.5.0"
"lru-cache": "~2.5.0",
"superagent": "^0.18.0"
},
"devDependencies": {
"mocha": "~1.14.0",

1
test/vault-test.js Normal file
View File

@@ -0,0 +1 @@
var assert = require('assert');