UNPKG

bi-directional-map

Version:

Simple bi directional map implementation using 2 es6 maps

39 lines 1.07 kB
{ "name": "bi-directional-map", "version": "1.0.0", "description": "Simple bi directional map implementation using 2 es6 maps", "main": "dist/index.ts", "scripts": { "build": "tsc", "start": "tsc -w", "test": "karma start karma.config.js --single-run", "lint": "tslint \"src/**/*.ts\"" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/harunurhan/bi-directional-map.git" }, "keywords": [ "bidirectionalmap", "bimap", "2waymap", "library", "typescript" ], "author": "Harun Urhan <harunurhan17@gmail.com> (http://github.com/harunurhan)", "license": "MIT", "bugs": { "url": "https://github.com/harunurhan/bi-directional-map/issues" }, "homepage": "https://github.com/harunurhan/bi-directional-map#readme", "devDependencies": { "@types/jasmine": "^2.5.54", "jasmine-core": "^2.8.0", "karma": "^1.7.1", "karma-chrome-launcher": "^2.2.0", "karma-jasmine": "^1.1.0", "karma-typescript": "^3.0.5", "tslint": "^5.7.0", "typescript": "^2.5.2" } }