{
  "name": "ahrefs",
  "description": "Ahrefs API Nodejs client",
  "keywords": [
    "ahrefs",
    "ahrefs.com",
    "seo",
    "ahrefs api"
  ],
  "homepage": "https://github.com/ybonnefond/node-ahrefs",
  "repository": {
    "type": "git",
    "url": "git://github.com/ybonnefond/node-ahrefs.git"
  },
  "bugs": {
    "url": "http://github.com/ybonnefond/node-ahrefs/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Yannick Bonnefond",
    "email": "yannick.bonnefond@gmail.com",
    "url": "http://github.com/ybonnefond/"
  },
  "version": "0.1.0",
  "dependencies": {
    "request": "^2.60.0",
    "xml2js": "^0.4.10"
  },
  "devDependencies": {
    "jasmine": "^2.3.2",
    "jsdoc-to-markdown": "^1.1.1"
  },
  "main": "./lib/Ahrefs.js",
  "scripts": {
    "test": "jasmine JASMINE_CONFIG_PATH=spec/support/jasmine.json",
    "doc": "./node_modules/.bin/jsdoc2md --verbose 'lib/**/*.js' > docs/api.md"
  },
  "engines": {
    "node": ">=0.8.0"
  }
}
