UNPKG

hash-map

Version:
37 lines (36 loc) 858 B
{ "name": "hash-map", "version": "2.1.3", "description": "'object as hashmap' toolset", "files": [ "build/src" ], "main": "build/src/index.js", "typings": "build/src/index", "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/repinvv/hash-map.git" }, "author": "Vladimir Repin", "license": "MIT", "bugs": { "url": "https://github.com/repinvv/hash-map/issues" }, "homepage": "https://github.com/repinvv/hash-map#readme", "dependencies": {}, "devDependencies": { "@types/chai": "^4.0.3", "@types/mocha": "^2.2.41", "chai": "^4.1.1", "gulp": "^3.9.1", "gulp-mocha": "^3.0.1", "gulp-tsc": "^1.3.2", "gulp-tslint": "^8.1.2", "lodash": "^4.17.4", "mocha": "^3.5.0", "run-sequence": "^2.1.0", "tslint": "^5.6.0", "typescript": "^2.4.2" } }