UNPKG

sbibd

Version:
41 lines (40 loc) 840 B
{ "name": "sbibd", "version": "1.1.2", "description": "<div align=\"center\">", "main": "BIBD.js", "scripts": { "test": "jest --coverage", "lint": "eslint src" }, "bin": { "SBIBD": "src/index.js" }, "author": "Keegan Donley", "license": "ISC", "dependencies": { "chalk": "^2.4.1", "chroma-js": "^1.4.1", "commander": "^2.19.0", "distinct-colors": "^1.0.4", "js-combinatorics": "^0.5.4" }, "devDependencies": { "eslint": "^5.11.0", "jest": "^23.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/keegandonley/SBIBD.git" }, "keywords": [ "sbibd", "math", "combinatorics", "designs" ], "bugs": { "url": "https://github.com/keegandonley/SBIBD/issues" }, "homepage": "https://github.com/keegandonley/SBIBD#readme" }