chancejs
Version:
Various pseudo-random implementations packaged with helpful random utilities
26 lines • 543 B
JSON
{
"name": "chancejs",
"version": "0.0.8",
"author": "Cédric Néhémie <cedric.nehemie@gmail.com>",
"description": "Various pseudo-random implementations packaged with helpful random utilities",
"keywords": [
"random",
"neat",
"pseudo-random",
"mersenne-twister"
],
"engine": {
"node": "~0.8.0"
},
"scripts": {
"test": "jasmine-node --coffee test"
},
"dependencies": {
"neat": "0.0.74",
"mixinsjs": "0.1.1"
},
"devDependencies": {
"jasmine-node": "*"
},
"main": "./lib/index"
}