fullfact
Version:
Create full-factorial DOE designs
33 lines (32 loc) • 687 B
JSON
{
"name": "fullfact",
"version": "0.2.1",
"description": "Create full-factorial DOE designs",
"main": "src/index.js",
"types": "./index.d.ts",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jcartw/fullfact.git"
},
"keywords": [
"doe",
"fullfact",
"full-factorial"
],
"author": "Justin Cartwright",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jcartw/fullfact/issues"
},
"homepage": "https://github.com/jcartw/fullfact#readme",
"dependencies": {
"ramda": "^0.28.0"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2"
}
}