UNPKG

linked-map

Version:
44 lines (43 loc) 852 B
{ "name": "linked-map", "version": "2.2.2", "description": "A linked map data structure", "homepage": "https://github.com/troykinsella/linked-map", "author": { "name": "Troy Kinsella" }, "files": [ "docs", "lib" ], "main": "./lib/linked-map.js", "keywords": [ "map", "linked", "list", "list", "queue", "stack", "collection", "structure" ], "devDependencies": { "gulp": "^3.6.0", "gulp-eslint": "^0.8.0", "gulp-istanbul": "^0.8.1", "gulp-jscs": "^1.1.0", "gulp-jsdoc": "^0.1.4", "gulp-jshint": "^1.5.3", "gulp-mocha": "^2.0.0", "gulp-plumber": "^1.0.0", "jshint-stylish": "^1.0.0" }, "license": "MIT", "repository": { "type": "git", "url": "git@github.com:troykinsella/linked-map.git" }, "scripts": { "test": "gulp test" } }