sonia-js/node_modules/sequin/package.json
2024-07-20 14:47:23 -06:00

20 lines
733 B
JSON

{ "name" : "sequin"
, "description" : "Generate uniformly distributed ints in any base from a bit sequence"
, "homepage" : "https://github.com/jcoglan/sequin"
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["math"]
, "license" : "MIT"
, "version" : "0.1.1"
, "engines" : {"node": ">=0.4.0"}
, "main" : "./lib/sequin"
, "devDependencies" : {"jstest": ""}
, "scripts" : {"test": "jstest spec/sequin_spec.js"}
, "repository" : { "type" : "git"
, "url" : "git://github.com/jcoglan/sequin.git"
}
, "bugs" : "https://github.com/jcoglan/sequin/issues"
}