{
  "name": "matrixorg",
  "version": "0.0.4",
  "description": "Helper library for Matrix.org APIs",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/scottbarstow/node-matrixorg"
  },
  "keywords": [
    "Nodejs",
    "matrix.org"
  ],
  "author": "Scott Barstow",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scottbarstow/node-matrixorg/issues"
  },
  "homepage": "https://github.com/scottbarstow/node-matrixorg",
  "dependencies": {
    "bluebird": "^2.9.15",
    "superagent": "^0.21.0"
  },
  "devDependencies": {
    "async": "^0.9.0",
    "istanbul": "^0.3.2",
    "mocha": "^2.0.1",
    "nock": "^0.50.0",
    "should": "4.3.0"
  }
}
