This repository was archived by the owner on Jul 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.34 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.34 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
{
"name": "igc-x-json_schema",
"version": "0.1.0",
"description": "Utilities for making use of the JSON Schema OpenIGC bundle",
"main": "./js/index.js",
"files": [
"./js/bin/getJSONSchemaFromTermTypeHierarchy.js",
"./js/bin/loadJSONSchemaDefinitionsAndSidecars.js",
"./js/bin/generateJSONSchemaForKafkaTopic.js",
"LICENSE"
],
"dependencies": {
"yargs": ">=4.3.1",
"prompt": ">=1.0.0",
"ibm-iis-commons": ">=0.5.0",
"fs-extra": ">=0.30.0",
"pretty-data": ">=0.40.0",
"ibm-igc-rest": ">=1.0.2",
"ibm-igc-extensions": ">=0.5.2",
"prompt": ">=1.0.0",
"camelcase": ">=5.0.0",
"ibm-iis-kafka": ">=0.3.0",
"generate-schema": ">=2.6.0"
},
"devDependencies": {
"jsdoc": "^3.4.0",
"jshint": "^2.9.1",
"mocha": "^2.4.5"
},
"engines": {
"node": ">=4.2.4"
},
"scripts": {
"test": "jshint --exclude ./node_modules/",
"doc": "jsdoc -c jsdoc/config.json"
},
"author": {
"name": "IBM Corp."
},
"contributors": [
{
"name": "Christopher Grote",
"email": "chris@thegrotes.net"
}
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/IBM/igc-x-json_schema.git"
},
"bugs": {
"url": "https://github.com/IBM/igc-x-json_schema.git"
},
"homepage": "https://github.com/IBM/igc-x-json_schema.git"
}