stable-marriage
Version:
A javascript implementation of stable marriage problem
42 lines (41 loc) • 861 B
JSON
{
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-react": "^7.12.4",
"mocha": "^6.2.0"
},
"scripts": {
"test": "mocha"
},
"name": "stable-marriage",
"description": "A javascript implementation of stable marriage problem",
"version": "1.0.2",
"main": "stable-marriage-problem.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/etbox/stable-marriage.git"
},
"keywords": [
"stable",
"marriage",
"match",
"matching",
"pair",
"pairing",
"stable marriage",
"stable match",
"algorithm"
],
"author": "etbox",
"license": "MIT",
"bugs": {
"url": "https://github.com/etbox/stable-marriage/issues"
},
"homepage": "https://github.com/etbox/stable-marriage#readme"
}