-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 895 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 895 Bytes
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
{
"name": "@encapsule/arccore",
"version": "0.3.6",
"codename": "bigsnowlake",
"buildID": "d21KCDYhQ4OteRdl6AO9Gw",
"buildTime": 1652331051,
"buildSource": "0f31e3fdb2c840b53e4aaf5378331f496a3c2b76",
"repository": {
"type": "git",
"url": "git+https://github.com/encapsule/arccore.git"
},
"author": "Encapsule",
"contributors": [
{
"name": "Chris Russell",
"email": "cdr@encapsule.io"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/encapsule/arccore/issues"
},
"homepage": "https://encapsule.io",
"description": "Encapsule Project Addressable Resource Cell (ARC) core algorithms runtime library package.",
"keywords": "Encapsule, ARC, filter, discriminator, graph, identifier, types, data, schema, algorithm, runtime.",
"main": "arc_core_lib.js"
}