{
  "name": "medium",
  "version": "1.2.0",
  "description": "CSP-style channel library using ES7 async/await keywords",
  "main": "./lib/index.js",
  "engines": {
    "node": ">=10.0.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bbarr/medium"
  },
  "keywords": [
    "csp",
    "channels",
    "async",
    "es7",
    "medium"
  ],
  "author": {
    "name": "Brendan Barr",
    "email": "brendan@brendanbarr.com",
    "url": "http://brendanbarr.com"
  },
  "license": "ISC",
  "devDependencies": {
    "glob-parent": ">=5.1.2",
    "mocha": "^8.1.3",
    "sinon": "^1.15.3"
  }
}
