{ "name" : "csprng" , "description" : "Secure random numbers of any size in any base" , "homepage" : "http://github.com/jcoglan/node-csprng" , "author" : "James Coglan (http://jcoglan.com/)" , "keywords" : ["crypto", "math", "random", "security"] , "license" : "MIT" , "version" : "0.1.2" , "engines" : {"node": ">=0.6.0"} , "main" : "./lib/csprng" , "dependencies" : {"sequin": "*"} , "repository" : { "type" : "git" , "url" : "git://github.com/jcoglan/node-csprng.git" } , "bugs" : "http://github.com/jcoglan/node-csprng/issues" }