package.json 379 B

123456789101112131415
  1. {
  2. "name": "background-tips",
  3. "main": "./lib/background-tips",
  4. "version": "0.28.1",
  5. "private": true,
  6. "description": "Displays tips about Pulsar in the background when there are no editors open.",
  7. "repository": "https://github.com/pulsar-edit/pulsar",
  8. "license": "MIT",
  9. "engines": {
  10. "atom": ">0.42.0"
  11. },
  12. "dependencies": {
  13. "underscore-plus": "1.x"
  14. }
  15. }