{
  "name": "light-queue",
  "version": "1.0.0",
  "description": "Simple yet Powerful FIFO Queue",
  "main": "index.js",
  "scripts": {
    "test": "nyc mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mmujic/light-queue.git"
  },
  "keywords": [
    "fifo",
    "data",
    "queue",
    "nodejs"
  ],
  "author": "Muhamed Mujić",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mmujic/light-queue/issues"
  },
  "homepage": "https://github.com/mmujic/light-queue#readme",
  "devDependencies": {
    "assert": "^1.4.1",
    "mocha": "^6.0.2",
    "nyc": "^13.3.0"
  },
  "nyc": {
    "reporter": [
      "lcov",
      "text"
    ]
  }
}
