stablematch
Version:
A pure javascript implementation of the Stable Matching Algorithm.
38 lines (37 loc) • 880 B
JSON
{
"name": "stablematch",
"description": "A pure javascript implementation of the Stable Matching Algorithm.",
"version": "0.0.4",
"main": "stablematch.js",
"author": "metagriffin <mg.npmjs@uberdev.org>",
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"repository": {
"type": "git",
"url": "git://github.com/metagriffin/stablematch-js.git"
},
"bugs": {
"url": "https://github.com/metagriffin/stablematch-js/issues"
},
"dependencies": {
"amdefine": ">=0.0.4",
"underscore": ">=1.4.2"
},
"devDependencies": {
"jasmine-node": ">=1.0.26"
},
"keywords": [
"stable",
"marriage",
"match",
"matching",
"pair",
"pairing",
"stable marriage",
"stable match",
"problem",
"algorithm"
]
}