gluon/package.json
2023-01-01 13:24:47 +00:00

21 lines
566 B
JSON

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