bwsample
Version:
The JS implementation of the pypi package bwsample
37 lines (36 loc) • 802 B
JSON
{
"name": "bwsample",
"version": "0.1.5",
"description": "The JS implementation of the pypi package bwsample",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/satzbeleg/bwsample-js.git"
},
"keywords": [
"ranking",
"ranking",
"pairwise-comparison",
"best-worst-scaling",
"logical-inference",
"extracting-pairs",
"sampling-algorithm",
"bws-sets"
],
"author": "Ulf Hamster",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/satzbeleg/bwsample-js/issues"
},
"homepage": "https://github.com/satzbeleg/bwsample-js#readme",
"devDependencies": {
"jest": "^27.0.5"
},
"dependencies": {
"deep-equal": "^2.0.5",
"uuid": "^8.3.2"
}
}