11 lines
230 B
JSON
11 lines
230 B
JSON
{
|
|
"name": "crypto",
|
|
"version": "0.0.0",
|
|
"description": "Local shim: bare-crypto + OpenSSL-style getCiphers/getHashes for Bare",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"dependencies": {
|
|
"bare-crypto": "^1.13.4"
|
|
}
|
|
}
|