{
  "name": "domainr-api",
  "version": "1.2.1",
  "description": "Unofficial Domainr API client for NodeJS",
  "main": "lib/domainr-api.js",
  "scripts": {
    "compile": "rimraf lib && babel src --out-dir lib",
    "test": "mocha --compilers js:babel-register 'test/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IvanJov/domainr-api.git"
  },
  "keywords": [
    "domainr",
    "domains"
  ],
  "author": "Ivan Jovanovic <ivanjov96@gmail.com> (http://github.com/ivanjov)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/IvanJov/domainr-api/issues"
  },
  "homepage": "https://github.com/IvanJov/domainr-api#readme",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-latest": "^6.16.0",
    "babel-register": "^6.18.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "mocha": "^3.2.0",
    "nock": "^9.0.2",
    "rimraf": "^2.5.4"
  },
  "dependencies": {
    "request": "^2.79.0"
  }
}
