add buffers dependency

This commit is contained in:
Yemel Jardi 2014-12-11 13:31:09 -03:00
parent 9b6183b083
commit 751ed3a9f9
2 changed files with 7 additions and 3 deletions

5
npm-shrinkwrap.json generated
View File

@ -22,6 +22,11 @@
"from": "bs58@2.0.0", "from": "bs58@2.0.0",
"resolved": "https://registry.npmjs.org/bs58/-/bs58-2.0.0.tgz" "resolved": "https://registry.npmjs.org/bs58/-/bs58-2.0.0.tgz"
}, },
"buffers": {
"version": "0.1.1",
"from": "buffers@0.1.1",
"resolved": "https://registry.npmjs.org/buffers/-/buffers-0.1.1.tgz"
},
"elliptic": { "elliptic": {
"version": "0.15.12", "version": "0.15.12",
"from": "elliptic@0.15.12", "from": "elliptic@0.15.12",

View File

@ -74,6 +74,7 @@
"asn1.js": "=0.4.1", "asn1.js": "=0.4.1",
"bn.js": "=0.15.2", "bn.js": "=0.15.2",
"bs58": "=2.0.0", "bs58": "=2.0.0",
"buffers": "^0.1.1",
"elliptic": "=0.15.14", "elliptic": "=0.15.14",
"hash.js": "=0.3.2", "hash.js": "=0.3.2",
"inherits": "=2.0.1", "inherits": "=2.0.1",
@ -97,9 +98,7 @@
"run-sequence": "^1.0.2", "run-sequence": "^1.0.2",
"karma": "^0.12.28", "karma": "^0.12.28",
"karma-firefox-launcher": "^0.1.3", "karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.9", "karma-mocha": "^0.1.9"
"mocha": "~2.0.1",
"run-sequence": "^1.0.2"
}, },
"license": "MIT" "license": "MIT"
} }