add package.json

This commit is contained in:
Akagi201 2014-12-05 22:16:30 +08:00
parent 32aace1f92
commit 6d7b233cd3

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "hmac-sha1",
"version": "0.1.0",
"repo": "Akagi201/hmac-sha1",
"description": "Standalone implementation of `HMAC()` + `EVP_sha1()` in `OpenSSL`",
"license": "MIT",
"src": [
"src/hmac/hmac_sha1.c",
"src/hmac/hmac.h",
"src/sha/sha1.c",
"src/sha/sha.h"
]
}