1{
 2  "name": "sha256",
 3  "version": "0.0.2",
 4  "repo": "jb55/sha256.c",
 5  "description": "sha256 in c",
 6  "keywords": ["sha256", "sha2"],
 7  "src": ["sha256.c", "sha256.h"],
 8  "dependencies": {
 9    "jb55/rotate-bits.h": "0.1.1"
10  },
11  "development": {
12    "thlorenz/tap.c": "*"
13  }
14}
15