dynamics-crm-rest
Version:
dynamics-crm-rest is a node module for interfacing with the Microsoft Dynamics CRM REST API.
35 lines (34 loc) • 768 B
JSON
{
"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"
}
}