forked from marklogic/node-client-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.32 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.32 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
{
"author": "MarkLogic",
"name": "marklogic",
"description": "The official MarkLogic Node.js client API.",
"homepage": "https://github.com/marklogic/node-client-api",
"version": "2.1.1",
"license": "Apache-2.0",
"main": "./lib/marklogic.js",
"keywords": [
"marklogic",
"nosql",
"database",
"dbms",
"search",
"query",
"json",
"xml",
"http",
"xquery",
"xpath"
],
"dependencies": {
"big-integer": "^1.6.25",
"bluebird": "^3.5.1",
"concat-stream": "^1.6.0",
"deepcopy": "^0.6.3",
"dicer": "^0.2.5",
"json-text-sequence": "^0.1.1",
"multipart-stream": "^2.0.1",
"qs": "^6.5.1",
"through2": "^2.0.3",
"www-authenticate": "^0.6.2",
"yakaa": "^1.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/marklogic/node-client-api.git"
},
"engines": {
"node": ">=6.9.0"
},
"devDependencies": {
"bunyan": "^1.3.3",
"core-util-is": "^1.0.1",
"gulp": "^3.8.10",
"gulp-jsdoc3": "^1.0.1",
"gulp-jshint": "^2.0.4",
"gulp-mocha": "^4.1.0",
"intercept-stdout": "^0.1.2",
"jsdoc": "^3.5.5",
"jshint": "^2.6.0",
"mocha": "^4.0.1",
"chai": "^4.1.2",
"read": "^1.0.5",
"should": "^13.1.3",
"winston": "^2.3.1"
},
"optionalDependencies": {
"kerberos": "^0.0.23"
}
}