mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-21 10:47:12 +10:00
22 lines
528 B
JSON
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"
|
|
}
|
|
}
|