{
  "name": "xmpp-ftw-http",
  "version": "1.5.0",
  "description": "Verifying HTTP Requests via XMPP (XEP-0070) plugin for XMPP-FTW",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "./node_modules/.bin/grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/xmpp-ftw/xmpp-ftw-http.git"
  },
  "keywords": [
    "command",
    "ad-hoc commands",
    "xep-0050",
    "json",
    "xmpp",
    "xml",
    "translate"
  ],
  "author": "Lloyd Watkin <lloyd@evilprofesssor.co.uk>",
  "license": "Apache 2.0",
  "readmeFilename": "README.md",
  "bugs": {
    "url": "https://github.com/xmpp-ftw/xmpp-ftw-http/issues"
  },
  "dependencies": {
    "ltx": "2.1.1",
    "xmpp-ftw": "1.x"
  },
  "devDependencies": {
    "coveralls": "^2.11.4",
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "~0.11.3",
    "grunt-mocha-cli": "~2.0.0",
    "grunt-mocha-istanbul": "^3.0.1",
    "istanbul": "^0.4.0",
    "mocha": "^2.0.1",
    "should": "~7.1.1",
    "xmpp-ftw": "1.x"
  },
  "peerDependencies": {
    "xmpp-ftw": "1.x"
  }
}
