package.json
1 { 2 "name": "base16-tomorrow-light-theme", 3 "theme": "syntax", 4 "version": "1.6.0", 5 "description": "Base16 light theme for Atom", 6 "keywords": [ 7 "base16", 8 "light", 9 "syntax" 10 ], 11 "repository": "https://github.com/atom/atom", 12 "license": "MIT", 13 "engines": { 14 "atom": ">0.49.0" 15 } 16 }