not really known
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.

39 lines
967 B

  1. {
  2. "name": "Sugarizer",
  3. "version": "1.2.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "start": "electron .",
  7. "dist": "electron-builder -mw"
  8. },
  9. "repository": "https://github.com/llaske/sugarizer",
  10. "author": "Lionel Laské <lionel@sugarizer.org>",
  11. "description": "A taste of Sugar on any device",
  12. "license": "Apache-2.0",
  13. "dependencies": {
  14. "requirejs": "~2.3.5",
  15. "electron": "~6.0.0",
  16. "tmp": "~0.1.0",
  17. "ini": "1.1.x"
  18. },
  19. "devDependencies": {
  20. "grunt": "~0.4.5",
  21. "grunt-contrib-jshint": "~0.10.0",
  22. "grunt-contrib-nodeunit": "~0.4.1",
  23. "grunt-contrib-uglify": "~0.5.1"
  24. },
  25. "build": {
  26. "appId": "org.olpc-france.sugarizer",
  27. "copyright": "Copyright © 2013-2019, Lionel Laské, Sugar Labs Inc. and Contributors",
  28. "productName": "Sugarizer",
  29. "electronVersion": "6.0.9",
  30. "mac": {
  31. "category": "public.app-category.education"
  32. },
  33. "win": {
  34. "target": [
  35. "nsis"
  36. ]
  37. }
  38. }
  39. }