package.json 456 B

123456789101112131415161718
  1. {
  2. "name": "about",
  3. "author": "Machisté N. Quintana <mnquintana@users.noreply.github.com>",
  4. "main": "./lib/main",
  5. "version": "1.9.1",
  6. "description": "View useful information about your Pulsar installation.",
  7. "repository": "https://github.com/pulsar-edit/pulsar",
  8. "license": "MIT",
  9. "engines": {
  10. "atom": ">=1.7 <2.0.0"
  11. },
  12. "dependencies": {
  13. "etch": "^0.14.1"
  14. },
  15. "deserializers": {
  16. "AboutView": "deserializeAboutView"
  17. }
  18. }