-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.28 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
41
42
43
44
{
"author": "Encapsule",
"bin": {
"appgen": "./appgen"
},
"bugs": {
"url": "https://github.com/Encapsule/holistic/issues"
},
"buildID": "cOPp4PdPRXKyaPt5tQTCqQ",
"buildSource": "e2ac2697de97dbe7b68722e9de19e7f6d6e282cc",
"buildTime": 1654977565,
"codename": "colfaxpeak",
"contributors": [
{
"name": "Chris Russell",
"email": "cdr@encapsule.io",
"url": "https://github.com/ChrisRus"
}
],
"description": "@encapsule/holistic distribution package contains the Holistic App Platform's consituent runtime libraries, and the 'appgen' command-line tool used to create derived JavaScript projects and keep them up-to-date.",
"devDependencies": {
"@encapsule/arccore": "0.3.6",
"@encapsule/arctools": "0.3.6",
"mkdirp": "^1.0.4",
"semver": "^5.6.0"
},
"engines": {
"node": ">=16.13.1",
"npm": ">=8.1.2"
},
"homepage": "https://github.com/Encapsule",
"keywords": [
"encapsule",
"holistic"
],
"license": "MIT",
"main": "index.js",
"name": "@encapsule/holistic",
"repository": {
"type": "git",
"url": "git+https://github.com/Encapsule/holistic.git"
},
"version": "0.4.4"
}