{
  "name": "ncollections",
  "version": "1.3.2",
  "description": "Neat JavaScript collections.",
  "keywords": [
    "neat",
    "javascript",
    "collections",
    "framework",
    "arraylist",
    "deque",
    "hashmap",
    "hashset",
    "indexset",
    "linkedlist",
    "list",
    "map",
    "priorityqueue",
    "queue",
    "set",
    "simplequeue",
    "sortedmap",
    "sortedset",
    "stack",
    "treemap",
    "treeset"
  ],
  "main": "index.js",
  "directories": {
    "main": "main",
    "test": "test/index.js"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ilsundal/ncollections.git"
  },
  "author": "Morten Helles",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ilsundal/ncollections/issues"
  },
  "homepage": "https://github.com/ilsundal/ncollections#readme",
  "devDependencies": {
    "mocha": "^9.2.0"
  }
}
