UNPKG

unique-list

Version:

A mix of an Array an a Map.

27 lines (26 loc) 526 B
{ "name": "unique-list", "version": "0.2.0", "description": "A mix of an Array an a Map.", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Array", "Hash", "List" ], "author": "fhenus", "license": "MIT", "scripts": { "test": "node test/test.js" }, "typescript": { "definition": "dist/index.d.ts" }, "typings": "dist/index.d.ts", "devDependencies": { "typescript": "~1.8.4" } }