-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.24 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
{
"name": "@encapsule/arctools",
"version": "0.3.6",
"codename": "bigsnowlake",
"buildID": "d21KCDYhQ4OteRdl6AO9Gw",
"buildTime": 1652331051,
"buildSource": "0f31e3fdb2c840b53e4aaf5378331f496a3c2b76",
"repository": {
"type": "git",
"url": "git+https://github.com/encapsule/arctools.git"
},
"author": "Encapsule",
"contributors": [
{
"name": "Chris Russell",
"email": "cdr@encapsule.io"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/encapsule/arctools/issues"
},
"homepage": "https://encapsule.io",
"preferGlobal": true,
"description": "Encapsule Project command line tools and filter function utilities derived from @encapsule/arccore package.",
"keywords": "Encapsule, holistic, filter, discriminator, routing, MDR, graph, DirectedGraph, data, algorithms, models, modeling, library",
"dependencies": {
"chalk": "^1.1.1",
"commander": "^2.9.0",
"handlebars": "^4.0.5"
},
"bin": {
"arc_generateIRUT": "./arc_tools_id_unique.js",
"arc_project": "./arc_tools_project.js",
"arc_doc_filter": "./arc_tools_docgen_filter.js"
},
"main": "arc_tools_lib.js"
}