source: node_modules/sha.js/package.json

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 833 bytes
Line 
1{
2 "name": "sha.js",
3 "description": "Streamable SHA hashes in pure javascript",
4 "version": "2.4.11",
5 "homepage": "https://github.com/crypto-browserify/sha.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/crypto-browserify/sha.js.git"
9 },
10 "dependencies": {
11 "inherits": "^2.0.1",
12 "safe-buffer": "^5.0.1"
13 },
14 "devDependencies": {
15 "buffer": "~2.3.2",
16 "hash-test-vectors": "^1.3.1",
17 "standard": "^10.0.2",
18 "tape": "~2.3.2",
19 "typedarray": "0.0.6"
20 },
21 "bin": "./bin.js",
22 "scripts": {
23 "prepublish": "npm ls && npm run unit",
24 "lint": "standard",
25 "test": "npm run lint && npm run unit",
26 "unit": "set -e; for t in test/*.js; do node $t; done;"
27 },
28 "author": "Dominic Tarr <dominic.tarr@gmail.com> (dominictarr.com)",
29 "license": "(MIT AND BSD-3-Clause)"
30}
Note: See TracBrowser for help on using the repository browser.