forked from Innofactor/xrm-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.36 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.36 KB
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@ripeworks/xrm-api",
"version": "3.0.0",
"description": "Module that allows to invoke Microsoft Dynamics CRM services",
"author": "Kidozen <development@kidozen.com>",
"contributors": [
{
"name": "Gustavo Machado",
"email": "gus@kidozen.com"
},
{
"name": "Christian Carnero",
"email": "chris@kidozen.com"
},
{
"name": "Hernán Tierno",
"email": "hernan.tierno@kidozen.com"
},
{
"name": "Alexey Shytikov",
"email": "alexey.shytikov@innofactor.com"
},
{
"name": "Mike Kruk",
"email": "mike@ripeworks.com"
}
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ripeworks/xrm-api.git"
},
"main": "index.js",
"scripts": {
"test": "mocha -R spec test"
},
"keywords": [
"dynamics",
"crm",
"microsoft",
"xrm",
"api",
"sdk"
],
"license": "MIT",
"dependencies": {
"agentkeepalive": "^2.2.0",
"cookie": "^0.3.1",
"httpntlm": "^1.6.1",
"mem-cache": "^0.0.5",
"path": "^0.12.7",
"request": "^2.74.0",
"traverse": "^0.6.6",
"uuid": "^3.0.0",
"xml2js": "^0.4.17",
"xmldom": "^0.1.22",
"xpath": "^0.0.23"
},
"devDependencies": {
"assert": "^1.4.1",
"mocha": "^3.0.2",
"mockuire": "^0.1.0",
"nock": "^8.0.0"
},
"directories": {
"test": "test"
}
}