forked from gongfuPanada/node-dynamicscrm-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.2 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.2 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
{
"name": "dynamicscrm-api",
"version": "0.0.1",
"description": "Pure SOAP module that allows to invoke Microsoft Dynamics CRM Online services",
"author": "Kidozen <support@kidozen.com>",
"contributors": [
{
"name" : "Christian Carnero",
"email" : "chris@kidozen.com"
}
],
"main": "index.js",
"scripts":
{
"test": "mocha -R spec test"
},
"repository":
{
"type": "git",
"url": "https://github.com/kidozen/node-dynamicscrm-api.git"
},
"keywords": ["dynamics", "crm", "Microsoft"],
"license": "MIT",
"dependencies":
{
"traverse": "0.6.5",
"xml2json": "0.3.2",
"xpath": "0.0.5",
"xmldom": "0.1.16",
"node-uuid": "1.4.0",
"cookie": "0.1.0",
"mem-cache": "0.0.1",
"path" : "0.4.9",
"url" : "0.7.9"
},
"devDependencies":
{
"mocha": "1.11.0",
"assert": "0.4.9",
"nock": "0.18.2",
"mockuire": "0.0.4"
},
"directories":
{
"test": "test"
}
}