22 lines
587 B
JSON
22 lines
587 B
JSON
{
|
|
"name": "@gluon-framework/gluon",
|
|
"version": "0.13.2",
|
|
"description": "Make websites into desktop apps with system installed browsers and NodeJS.",
|
|
"main": "src/index.js",
|
|
"types": "gluon.d.ts",
|
|
"scripts": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gluon-framework/gluon.git"
|
|
},
|
|
"author": "Gluon Framework",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gluon-framework/gluon/issues"
|
|
},
|
|
"homepage": "https://github.com/gluon-framework/gluon#readme",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"ws": "^8.11.0"
|
|
}
|
|
} |