{
  "name": "majesticseo",
  "version": "4.1.0",
  "description": "A node module for accessing the majesticseo API.",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test mocha tests"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/noblesamurai/node-majesticseo.git"
  },
  "keywords": [
    "majestic",
    "seo"
  ],
  "author": "Timothy Leslie Allen <allen.timothy.email@gmail.com> (https://github.com/timlesallen)",
  "license": "BSD 3-Clause",
  "bugs": {
    "url": "https://github.com/noblesamurai/node-majesticseo/issues"
  },
  "homepage": "https://github.com/noblesamurai/node-majesticseo",
  "dependencies": {
    "request": "^2.36.0"
  },
  "devDependencies": {
    "expect.js": "^0.3.1",
    "mocha": "^1.21.3",
    "nock": "^0.42.1"
  }
}
