forked from gongfuPanada/node-dynamicscrm-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "node-dynamicscrm-api",
"version": "1.1.1",
"description": "Pure SOAP module that allows to invoke Microsoft Dynamics CRM Online services",
"author": "Kidozen <[email protected]>",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tobenderzephyr/node-dynamicscrm-api.git"
},
"keywords": [
"dynamics",
"crm",
"Microsoft"
],
"license": "MIT",
"dependencies": {
"@xmldom/xmldom": "^0.8.1",
"agentkeepalive": "0.1.5",
"cookie": "0.1.0",
"httpntlm": "1.3.0",
"mem-cache": "0.0.4",
"node-uuid": "^1.4.8",
"path": "0.4.9",
"request": "^2.88.2",
"simple-errors": "0.0.5",
"traverse": "0.6.5",
"xml2js": "0.4.4",
"xpath": "0.0.6"
},
"devDependencies": {
"assert": "0.4.9",
"mocha": "^9.2.1",
"mockuire": "0.0.4",
"nock": "0.18.2"
},
"directories": {
"test": "test"
}
}