{
  "name": "confluence-api",
  "version": "1.4.0",
  "description": "Confluence API wrapper for NodeJS",
  "main": "./lib/confluence.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec",
    "create-docs": "jsdoc2md lib/confluence.js > api.md"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/johnpduane/confluence-api.git"
  },
  "keywords": [
    "atlassian",
    "confluence",
    "api",
    "wiki",
    "node.js"
  ],
  "author": "John Duane <johnpduane@gmail.com>",
  "contributors": [
    {
      "name": "John Duane",
      "url": "https://github.com/johnpduane"
    },
    {
      "name": "lukouko",
      "url": "https://github.com/lukouko"
    },
    {
      "name": "Vadim Efimov",
      "url": "https://github.com/qvaqvaboo"
    },
    {
      "name": "corn3lius",
      "url": "https://github.com/corn3lius"
    },
    {
      "name": "Matthias Lersch",
      "url": "https://github.com/mlersch"
    },
    {
      "name": "evgeniusorg",
      "url": "https://github.com/evgeniusorg"
    },
    {
      "name": "arthmoeros",
      "url": "https://github.com/arthmoeros"
    },
    {
      "name": "Richard Hurt",
      "url": "https://github.com/rnhurt"
    },
    {
      "name": "Ben Limmer",
      "url": "https://github.com/blimmer"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/johnpduane/confluence-api/issues"
  },
  "homepage": "https://github.com/johnpduane/confluence-api",
  "devDependencies": {
    "chai": "*",
    "jsdoc-to-markdown": "^4.0.1",
    "mocha": "*"
  },
  "dependencies": {
    "superagent": "^3.8.3"
  }
}
