mirror of
https://github.com/wassname/random.js.git
synced 2026-08-29 11:25:21 +08:00
21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"name": "random-distrib.js",
|
|
"version": "0.0.1",
|
|
"description": "Random number generator of statistical distributions",
|
|
"main": "./src/random.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/ericzhang-cn/random.js.git"
|
|
},
|
|
"keywords": [
|
|
"random",
|
|
"distribution"
|
|
],
|
|
"author": "Eric Zhang",
|
|
"license": "BSD",
|
|
"readmeFilename": "README.md"
|
|
}
|