{
  "name": "wiki-plugin-reference",
  "version": "0.4.0",
  "description": "Federated Wiki - Reference Plug-in",
  "keywords": [
    "wiki",
    "federated wiki",
    "plugin"
  ],
  "author": {
    "name": "Ward Cunningham",
    "email": "ward@c2.com",
    "url": "http://ward.fed.wiki.org"
  },
  "contributors": [
    "Nick Niemeir <nick.niemeir@gmail.com>",
    "Ward Cunningham <ward@c2.com>",
    "Paul Rodwell <paul.rodwell@btinternet.com>",
    "i2p-lbt <lbt@i2pmail.org>"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "update-authors": "node scripts/update-authors.cjs"
  },
  "devDependencies": {
    "grunt-git-authors": "3.2.0"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/fedwiki/wiki-plugin-reference.git"
  },
  "bugs": {
    "url": "https://github.com/fedwiki/wiki-plugin-reference/issues"
  },
  "type": "module",
  "engines": {
    "node": ">=0.18"
  }
}
