{
  "name": "nodebb-plugin-save-plugins",
  "version": "1.1.0",
  "description": "A plugin storing installed plugins in a plugins.json file. Automatically installs plugins if they are missing.",
  "main": "library.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Telokis/nodebb-plugin-save-plugins.git"
  },
  "keywords": [
    "nodebb",
    "plugin",
    "manage",
    "store",
    "automation"
  ],
  "author": "Telokis",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Telokis/nodebb-plugin-save-plugins/issues"
  },
  "homepage": "https://github.com/Telokis/nodebb-plugin-save-plugins#readme",
  "nbbpm": {
    "compatibility": "^1.4.5"
  },
  "dependencies": {
    "json-stable-stringify": "^1.0.1"
  }
}
