-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 778 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 778 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
28
29
30
31
32
33
34
{
"name": "@globules-io/ogx.js",
"version": "1.56.1",
"description": "Javascript framework for webviews",
"dependencies": {
"fs-extra": "^10.0.0",
"path": "latest",
"recursive-copy": "^2.0.13"
},
"main": "install.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node install.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/globules-io/OGX.JS.git"
},
"keywords": [
"javascript",
"framework",
"webview",
"front-end",
"mobile",
"desktop",
"web"
],
"author": "globules.io",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/globules-io/OGX.JS/issues"
},
"homepage": "https://github.com/globules-io/OGX.JS#readme"
}