Files
random.js/package.json
2014-01-10 18:48:32 +08:00

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"
}