package.json 292 B

12345678910111213141516
  1. {
  2. "name": "one-dark-syntax",
  3. "theme": "syntax",
  4. "version": "1.8.4",
  5. "description": "A dark syntax theme",
  6. "keywords": [
  7. "dark",
  8. "blue",
  9. "syntax"
  10. ],
  11. "repository": "https://github.com/pulsar-edit/pulsar",
  12. "license": "MIT",
  13. "engines": {
  14. "atom": ">0.50.0"
  15. }
  16. }