2016-08-15 02:43:26 +00:00
|
|
|
{
|
|
|
|
"name": "nodehash",
|
2016-08-15 03:55:34 +00:00
|
|
|
"version": "1.0.1",
|
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",
|
|
|
|
"sha"
|
|
|
|
],
|
|
|
|
"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": {
|
|
|
|
"typings-global": "^1.0.6"
|
2016-08-15 02:43:26 +00:00
|
|
|
}
|
|
|
|
}
|