{
  "name": "dynamics-crm-rest",
  "version": "0.5.3",
  "description": "dynamics-crm-rest is a node module for interfacing with the Microsoft Dynamics CRM REST API.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "dynamics",
    "crm",
    "microsoft",
    "rest",
    "node",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/calebbrewer/dynamics-crm-rest"
  },
  "bugs": {
    "url": "https://github.com/calebbrewer/dynamics-crm-rest"
  },
  "author": {
    "name": "Caleb Brewer",
    "email": "caleb@calebbrewer.com",
    "url": "calebbrewer.com"
  },
  "license": "MIT",
  "dependencies": {
    "request": "^2.79.0",
    "safe-json-parse": "^4.0.0"
  }
}
