confidencejs
Version:
A light-weight JavaScript library to help you make sense of your A/B test results.
21 lines (20 loc) • 492 B
JSON
{
"name": "confidencejs",
"version": "1.2.0",
"description": "A light-weight JavaScript library to help you make sense of your A/B test results.",
"keywords": [
"a/b test",
"confidence",
"interval"
],
"scripts": {
"test": "node test/run.js"
},
"main": "confidence.js",
"author": "Jessica Thomas <jessica@sendwithus.com>",
"repository": "https://github.com/sendwithus/confidence",
"license": "Apache",
"devDependencies": {
"nodeunit": "latest"
}
}