smarthash/package.json

44 lines
1007 B
JSON
Raw Normal View History

2016-08-15 02:43:26 +00:00
{
"name": "@pushrocks/smarthash",
2019-01-30 01:45:39 +00:00
"version": "2.0.4",
"private": false,
2019-01-30 01:42:19 +00:00
"description": "simplified access to node hash functions",
2016-08-15 02:43:26 +00:00
"main": "dist/index.js",
2016-08-15 03:55:09 +00:00
"typings": "dist/index.d.ts",
2016-08-15 02:43:26 +00:00
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)"
2016-08-15 02:43:26 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/nodehash.git"
},
"keywords": [
2019-01-30 01:42:19 +00:00
"pushrocks",
"typescript",
2016-08-15 02:43:26 +00:00
"hash",
"node",
2016-08-16 01:45:15 +00:00
"sha256",
"stream",
"filehash"
2016-08-15 02:43:26 +00:00
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/nodehash/issues"
},
"homepage": "https://github.com/pushrocks/nodehash#readme",
"devDependencies": {
2019-01-30 01:37:55 +00:00
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
2019-01-30 01:37:55 +00:00
"@types/node": "^10.12.19"
2016-08-15 03:55:09 +00:00
},
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5",
2019-01-30 01:37:55 +00:00
"@types/through2": "^2.0.34",
"through2": "^3.0.0"
2016-08-15 02:43:26 +00:00
}
2019-01-30 01:42:20 +00:00
}