package.json 338 B

1234567891011121314151617
  1. {
  2. "name": "volcanic-dark-syntax",
  3. "theme": "syntax",
  4. "version": "0.0.2",
  5. "description": "A dark neon syntax theme that's easy on the eyes.",
  6. "keywords": [
  7. "dark",
  8. "neon",
  9. "syntax"
  10. ],
  11. "repository": "https://github.com/angela-d/volcanic-dark-syntax",
  12. "license": "MIT",
  13. "engines": {
  14. "atom": ">0.50.0"
  15. }
  16. }