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.

package.json 1.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "name": "electron-squirrel-startup",
  3. "version": "1.0.1",
  4. "description": "Default Squirrel.Windows event handler for your Electron apps.",
  5. "author": "Lucas Hrabovsky <lucas@mongodb.com> (http://imlucas.com)",
  6. "homepage": "http://github.com/mongodb-js/electron-squirrel-startup",
  7. "license": "Apache-2.0",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/mongodb-js/electron-squirrel-startup.git"
  11. },
  12. "scripts": {
  13. "ci": "xvfb-maybe npm test",
  14. "test": "electron-mocha",
  15. "check": "mongodb-js-precommit"
  16. },
  17. "precommit": [
  18. "check"
  19. ],
  20. "dependencies": {
  21. "debug": "^2.2.0"
  22. },
  23. "devDependencies": {
  24. "electron-mocha": "^3.0.5",
  25. "electron-prebuilt": "^1.3.4",
  26. "eslint-config-mongodb-js": "^2.2.0",
  27. "mongodb-js-precommit": "^0.2.9",
  28. "pre-commit": "^1.0.10",
  29. "xvfb-maybe": "^0.1.3"
  30. },
  31. "dependency-check": {
  32. "ignore": [
  33. "app",
  34. "electron"
  35. ]
  36. },
  37. "keywords": [
  38. "mongodb.js",
  39. "electron",
  40. "electron-installer",
  41. "squirrel.windows"
  42. ]
  43. }