28 lines
728 B
JSON
28 lines
728 B
JSON
{
|
|
"name": "AviationAssistantLink",
|
|
"version": "1.0.0",
|
|
"description": "Aviation Assistant Link",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron ."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/LAX18/AviationAssistantLink.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "LAX18",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/LAX18/AviationAssistantLink/issues"
|
|
},
|
|
"homepage": "https://github.com/LAX18/AviationAssistantLink#readme",
|
|
"dependencies": {
|
|
"custom-electron-titlebar": "^4.1.0",
|
|
"electron": "^17.0.1",
|
|
"material-components-web": "^13.0.0",
|
|
"material-design-lite": "^1.3.0"
|
|
}
|
|
}
|