love/source/atom/package.json

19 lines
382 B
JSON
Raw Normal View History

2020-04-12 15:54:43 +00:00
{
"name": "love",
"description": "A color scheme for you to love. ♡",
"version": "0.1.3",
2020-04-12 15:54:43 +00:00
"author": "Holllo <helllo@holllo.cc>",
"homepage": "https://love.holllo.cc",
"repository": "https://git.holllo.cc/Holllo/love",
"license": "MIT",
2020-04-12 15:54:43 +00:00
"theme": "",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"keywords": [
"color scheme",
"love",
"theme"
]
}