https://github.com/alethes/bimap
Raw File
Tip revision: c2248f10978b63957c3bd12c099a66befee90d5a authored by James Daab on 11 November 2021, 13:16:35 UTC
Update README.md
Tip revision: c2248f1
bower.json
{
  "name": "bimap",
  "version": "0.0.15",
  "homepage": "https://github.com/alethes/bimap",
  "authors": [
    "alethes <alethesdev@icloud.com>"
  ],
  "description": "A powerful, flexible and efficient JavaScript bidirectional map implementation.",
  "main": "lib/bimap.js",
  "keywords": [
    "bidirectional map",
    "map",
    "object",
    "key by value",
    "hash",
    "bidimap",
    "associative array",
    "two-sided object"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
back to top