gluon/package.json
2023-04-05 15:34:35 +01:00

22 lines
595 B
JSON

{
"name": "@gluon-framework/gluon",
"version": "0.14.0-alpha.0",
"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"
}
}