A cryptographic module for node.js
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
288 B

{
"name": "verushash",
"author": "hellcatz",
"version": "0.0.6",
"scripts": {
"test": "node test.js"
},
"main": "verushash",
"bundleDependencies": true,
"dependencies": {
"bindings": "*",
"nan": "*",
"node-gyp": "*"
}
}