This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
rangitaki-desktop/web/package.json

24 lines
550 B
JSON

{
"name": "rangitaki-desktop",
"version": "0.0.1",
"description": "Rangtaki desktop app made with Dart, Polymer and Electron",
"main": "main.js",
"scripts": {
"start": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/mmk2410/rangitaki-desktop.git"
},
"keywords": [
"Rangitaki",
"desktop"
],
"author": "Marcel Kapfer (mmk2410)",
"license": "MIT",
"homepage": "https://gitlab.com/mmk2410/rangitaki-desktop",
"devDependencies": {
"electron-prebuilt": "^1.0.1"
}
}