Game
- Starting solo game with physics
This commit is contained in:
48
site/real_game/node_modules/statsjs/package.json
generated
vendored
Normal file
48
site/real_game/node_modules/statsjs/package.json
generated
vendored
Normal file
@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "statsjs",
|
||||
"description": "Provides functions for many of the statistical operations that you might need",
|
||||
"version": "1.0.7",
|
||||
"author": "Angus Gibbs (http://angusgibbs.com)",
|
||||
"homepage": "http://github.com/angusgibbs/statsjs",
|
||||
"keywords": [
|
||||
"math",
|
||||
"stats",
|
||||
"statistics",
|
||||
"average",
|
||||
"mean",
|
||||
"min",
|
||||
"max",
|
||||
"standard",
|
||||
"deviation",
|
||||
"regression",
|
||||
"quartile",
|
||||
"median",
|
||||
"outliers",
|
||||
"factorial",
|
||||
"probability",
|
||||
"permutation",
|
||||
"combination",
|
||||
"binomial",
|
||||
"geometric",
|
||||
"normal",
|
||||
"z-test"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/angusgibbs/statsjs.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/angusgibbs/statsjs/issues"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://github.com/angusgibbs/statsjs/blob/master/LICENSE"
|
||||
}
|
||||
],
|
||||
"main": "lib/stats",
|
||||
"devDependencies": {
|
||||
"expect.js": "git://github.com/angusgibbs/expect.js.git",
|
||||
"mocha": "^1.4.3"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user