Files
cdnjs/ajax/libs/confidencejs/package.json
T

22 lines
528 B
JSON

{
"name": "confidencejs",
"version": "1.2.0",
"filename": "confidence.min.js",
"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"
}
}