-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.06 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": "marklogic-typescript-definitions",
"version": "0.5.0",
"description": "TypeScript Definition files for MarkLogic built-in functions",
"author": "Geert Josten <[email protected]>",
"contributors": [
{
"name": "Christy Haragan",
"email": "[email protected]",
"url": "https://github.com/christyharagan"
}
],
"keywords": [
"typescript",
"marklogic"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-typescript": "^5.0.0",
"request": "^2.87.0",
"through2": "^2.0.3",
"typescript": "^2.9.2",
"vinyl": "^1.2.0",
"yargs": "^3.32.0"
},
"engine": "node >= 0.4.1",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/grtjn/marklogic-typescript-definitions"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/grtjn/marklogic-typescript-definitions/issues"
},
"homepage": "https://github.com/grtjn/marklogic-typescript-definitions"
}