implementation is ready

This commit is contained in:
2016-08-16 03:37:40 +02:00
parent 17ccc27244
commit e2b90b7d30
18 changed files with 290 additions and 7 deletions

View File

@ -14,7 +14,7 @@
"keywords": [
"hash",
"node",
"sha"
"sha265"
],
"author": "Lossless GmbH",
"license": "MIT",
@ -28,6 +28,10 @@
"typings-test": "^1.0.1"
},
"dependencies": {
"@types/q": "0.x.x",
"@types/through2": "0.x.x",
"q": "^1.4.1",
"through2": "^2.0.1",
"typings-global": "^1.0.6"
}
}