{
  "name": "nodebb-plugin-write-api-robyweb",
  "version": "5.6.10",
  "description": "Write-enabled API for NodeBB",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robyweb/nodebb-plugin-write-api.git"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "write",
    "API",
    "REST",
    "JSON"
  ],
  "author": "Fredrick Roby <froby@robyweb.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robyweb/nodebb-plugin-write-api/issues"
  },
  "homepage": "https://github.com/robyweb/nodebb-plugin-write-api",
  "dependencies": {
    "async": "^2",
    "express": "^4.17.1",
    "jsonwebtoken": "^8.5.1",
    "markdown-it": "^8.4.1",
    "passport-http-bearer": "^1.0.1"
  },
  "nbbpm": {
    "compatibility": "^1.12.1"
  },
  "directories": {
    "lib": "lib"
  }
}
