UNPKG

bestchoice

Version:

Self Learning Weighted Multivariate Testing Module

43 lines (42 loc) 1.03 kB
{ "name": "bestchoice", "version": "0.0.5", "description": "Self Learning Weighted Multivariate Testing Module", "main": "app/index.js", "scripts": { "test": "mocha ./test --compilers js:babel-register" }, "repository": { "type": "git", "url": "git+https://programmatio@github.com/programmatio/bestchoice.git" }, "keywords": [ "ab test", "split test", "multivariate", "testing", "optimisation" ], "author": "M Spogis <max.spogis@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/programmatio/bestchoice/issues" }, "homepage": "https://github.com/programmatio/bestchoice#readme", "devDependencies": { "babel": "^6.5.2", "babel-cli": "^6.5.1", "babel-preset-es2015": "^6.5.0", "chai": "^3.5.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-docco": "0.0.4", "gulp-istanbul": "^0.10.3", "gulp-mocha": "^2.2.0", "gulp-watch": "^4.3.5", "mocha": "^2.4.5" }, "directories": { "test": "test" } }