{
  "name": "worker",
  "version": "0.4.0",
  "description": "Dual-paradigm parallelization API for both node.js and the browser",
  "license": "ISC",
  "author": {
    "name": "Blake Regalia",
    "email": "blake.regalia@gmail.com"
  },
  "browser": {
    "./build/main/node/locals.js": false
  },
  "files": [
    "build"
  ],
  "main": "build/main/module.js",
  "keywords": [
    "worker",
    "web worker",
    "parallel",
    "parallelization",
    "concurrency",
    "cluster"
  ],
  "repository": "blake-regalia/worker.js.git",
  "scripts": {
    "build": "npx emk",
    "test": "npx emk test"
  },
  "devDependencies": {
    "browserify": "^16.3.0",
    "chai": "^4.2.0",
    "emk": "^1.7.2",
    "eslint": "^6.1.0",
    "eslint-plugin-jmacs": "^1.2.2",
    "jmacs": "^1.2.7",
    "mocha": "^6.2.0"
  },
  "dependencies": {
    "colors": "^1.3.3",
    "uuid": "^3.3.2",
    "uuidv5": "^1.0.0"
  },
  "optionalDependencies": {
    "shmmap": "^1.0.0"
  }
}
