package.json 337 B

123456789101112
  1. {
  2. "name": "sunburst-theme",
  3. "theme": "syntax",
  4. "version": "0.2.0",
  5. "private": false,
  6. "description": "An atom port of the TextMate Sunburst theme by Soryu (https://github.com/Soryu/Sunburst)",
  7. "repository": "https://github.com/windhamdavid/atom-sunburst",
  8. "license": "MIT",
  9. "engines": {
  10. "atom": ">=1.0.0 <2.0.0"
  11. }
  12. }