package.json 524 B

123456789101112131415161718192021222324
  1. {
  2. "name": "incompatible-packages",
  3. "main": "./lib/main",
  4. "version": "0.27.3",
  5. "description": "Show incompatible packages",
  6. "repository": "https://github.com/pulsar-edit/pulsar",
  7. "license": "MIT",
  8. "engines": {
  9. "atom": ">0.50.0"
  10. },
  11. "dependencies": {
  12. "etch": "^0.12.2"
  13. },
  14. "consumedServices": {
  15. "status-bar": {
  16. "versions": {
  17. "^1.0.0": "consumeStatusBar"
  18. }
  19. }
  20. },
  21. "deserializers": {
  22. "IncompatiblePackagesComponent": "deserializeIncompatiblePackagesComponent"
  23. }
  24. }