mirror of
https://github.com/wassname/random.js.git
synced 2026-08-20 12:40:14 +08:00
25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"name": "random-distrib.js",
|
|
"version": "0.0.4",
|
|
"description": "Random number generator of many 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"
|
|
],
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"chai": "*"
|
|
},
|
|
"author": "Eric Zhang",
|
|
"license": "BSD",
|
|
"readmeFilename": "README.md"
|
|
}
|