This repository was archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.39 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.39 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
{
"name": "ibm-igc-extensions",
"version": "0.5.3",
"description": "Re-usable functions for extending IBM Information Governance Catalog (i.e. OpenIGC)",
"main": "./index.js",
"files": [
"index.js",
"classes",
"bin",
"LICENSE"
],
"dependencies": {
"archiver": "^1.3.0",
"ibm-iis-commons": ">=0.3.0",
"ibm-igc-rest": ">=0.9.0",
"prompt": "^1.0.0",
"xmldom": ">=0.1.22",
"xpath": ">=0.0.23",
"yargs": ">=10.0.0",
"underscore": ">=1.8.3"
},
"devDependencies": {
"jsdoc": "^3.4.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
},
"bin": {
"upsertBundle": "bin/upsertBundle.js",
"loadAssetInstances": "bin/loadAssetInstances.js"
},
"engines": {
"node": ">=4.2.4"
},
"scripts": {
"test": "jshint --exclude ./node_modules/",
"doc": "jsdoc -c jsdoc/config.json"
},
"keywords": [
"ibm",
"igc",
"extension",
"information server",
"information governance catalog",
"openigc"
],
"author": {
"name": "IBM Corp."
},
"contributors": [
{
"name": "Christopher Grote",
"email": "chris@thegrotes.net"
}
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/IBM/node-igc-extensions.git"
},
"bugs": {
"url": "https://github.com/IBM/node-igc-extensions/issues"
},
"homepage": "https://github.com/IBM/node-igc-extensions"
}