You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
613 B

  1. {
  2. "name": "OpenWorkTime-offline",
  3. "version": "1.0.0",
  4. "description": "Open Work Time, offline version. Time tracking app",
  5. "main": "main.js",
  6. "scripts": {
  7. "start": "electron ."
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/idoctnef/openworktime"
  12. },
  13. "keywords": [
  14. "work",
  15. "time",
  16. "traking",
  17. "app"
  18. ],
  19. "author": "idoctnef",
  20. "license": "GNU-1.0",
  21. "bugs": {
  22. "url": "https://github.com/idoctnef/openworktime/issues"
  23. },
  24. "homepage": "https://github.com/idoctnef/openworktime",
  25. "devDependencies": {
  26. "electron-prebuilt": "^1.2.0"
  27. }
  28. }