mark-and-recapture
Version:
A set of mark and recapture estimator functions based on Lincoln-Peterson/Chapman/Bayesian methods.
31 lines (30 loc) • 757 B
JSON
{
"name": "mark-and-recapture",
"version": "2.0.1",
"description": "A set of mark and recapture estimator functions based on Lincoln-Peterson/Chapman/Bayesian methods.",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/cbleslie/Mark-and-Recapture"
},
"scripts": {
"test": "node test.js",
"build": "babel src --presets babel-preset-es2015 --out-dir lib",
"prepublish": "npm run build"
},
"keywords": [
"Mark",
"Recapture",
"Lincoln",
"Peterson",
"Chapman",
"Bayesian"
],
"author": "Cameron Leslie <cameronleslie@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.7.7",
"babel-preset-es2015": "^6.6.0",
"tape": "^4.5.1"
}
}