smarthash/package.json
2016-08-16 03:37:49 +02:00

38 lines
819 B
JSON

{
"name": "nodehash",
"version": "1.0.2",
"description": "simplifies access to node hash functions",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "(npmts)"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pushrocks/nodehash.git"
},
"keywords": [
"hash",
"node",
"sha265"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushrocks/nodehash/issues"
},
"homepage": "https://github.com/pushrocks/nodehash#readme",
"devDependencies": {
"npmts-g": "^5.2.8",
"should": "^11.1.0",
"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"
}
}