remove AES

This commit is contained in:
Manuel Araoz 2014-11-21 16:16:50 -03:00
parent 94fbd31a3e
commit 4974fc99a5
3 changed files with 7 additions and 2 deletions

7
.gitignore vendored
View File

@ -3,3 +3,10 @@ coverage
node_modules
browser/bitcore.js
browser/tests.js
CONTRIBUTING.html
LICENSE.html
README.html
examples.html
npm-debug.log

View File

@ -36,7 +36,6 @@ bitcore.Txout = require('./lib/txout');
//dependencies, subject to change
bitcore.deps = {};
bitcore.deps.aes = require('aes');
bitcore.deps.bnjs = require('bn.js');
bitcore.deps.bs58 = require('bs58');
bitcore.deps.Buffer = Buffer;

View File

@ -64,7 +64,6 @@
"url": "https://github.com/bitpay/bitcore.git"
},
"dependencies": {
"aes": "=0.1.0",
"bn.js": "=0.15.0",
"bs58": "=1.2.1",
"elliptic": "=0.15.12",