This commit is contained in:
ericzhang
2013-05-17 10:49:40 +08:00
parent a350c3e8ed
commit 6bdec91872
2 changed files with 21 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
*.log
+20
View File
@@ -0,0 +1,20 @@
{
"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"
}