{
  "name": "estructura",
  "version": "0.1.9",
  "license": "MIT",
  "description": "JavaScript Data Structures written for Node.js",
  "keywords": [
    "deque",
    "doubly linked list",
    "heap",
    "lru cache",
    "priority queue",
    "queue",
    "single linked list",
    "stable heap"
  ],
  "main": "export.js",
  "scripts": {
    "test": "mocha --recursive test",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -dir ./istanbul -- --recursive test"
  },
  "author": "airliti",
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.2.0"
  },
  "homepage": "https://github.com/airliti/estructura",
  "repository": {
    "type": "git",
    "url": "https://github.com/airliti/estructura.git"
  },
  "bugs": {
    "url": "https://github.com/airliti/estructura/issues"
  },
  "dependencies": {
    "npm": "^5.8.0"
  }
}
