2016-08-15 02:43:26 +00:00
|
|
|
{
|
|
|
|
"name": "nodehash",
|
2016-08-16 01:37:49 +00:00
|
|
|
"version": "1.0.2",
|
2016-08-15 02:43:26 +00:00
|
|
|
"description": "simplifies access to node hash functions",
|
|
|
|
"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": "(npmts)"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/pushrocks/nodehash.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hash",
|
|
|
|
"node",
|
2016-08-16 01:37:40 +00:00
|
|
|
"sha265"
|
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": {
|
|
|
|
"npmts-g": "^5.2.8",
|
|
|
|
"should": "^11.1.0",
|
|
|
|
"typings-test": "^1.0.1"
|
2016-08-15 03:55:09 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2016-08-16 01:37:40 +00:00
|
|
|
"@types/q": "0.x.x",
|
|
|
|
"@types/through2": "0.x.x",
|
|
|
|
"q": "^1.4.1",
|
|
|
|
"through2": "^2.0.1",
|
2016-08-15 03:55:09 +00:00
|
|
|
"typings-global": "^1.0.6"
|
2016-08-15 02:43:26 +00:00
|
|
|
}
|
|
|
|
}
|