pkg: add deps.

This commit is contained in:
Christopher Jeffrey 2017-11-02 08:25:57 -07:00
parent 7bdd6e3519
commit 8dbf7e8ba2
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -25,16 +25,23 @@
"dependencies": { "dependencies": {
"bbuf": "^0.0.1", "bbuf": "^0.0.1",
"bclient": "^0.0.1", "bclient": "^0.0.1",
"bcfg": "^0.0.1",
"bcrypto": "^0.0.1", "bcrypto": "^0.0.1",
"bdb": "^0.0.1", "bdb": "^0.0.1",
"bdns": "^0.0.1",
"bevent": "^0.0.1", "bevent": "^0.0.1",
"bfile": "^0.0.1", "bfile": "^0.0.1",
"bfilter": "^0.0.1", "bfilter": "^0.0.1",
"binet": "^0.0.1", "binet": "^0.0.1",
"blgr": "^0.0.1",
"bmutex": "^0.0.1", "bmutex": "^0.0.1",
"brq": "^0.0.1", "brq": "^0.0.1",
"bsock": "^0.0.1", "bsock": "^0.0.1",
"bsocks": "^0.0.1",
"bstr": "^0.0.1", "bstr": "^0.0.1",
"btcp": "^0.0.1",
"bupnp": "^0.0.1",
"bval": "^0.0.1",
"bweb": "^0.0.1", "bweb": "^0.0.1",
"n64": "^0.0.18" "n64": "^0.0.18"
}, },