1
0
mirror of https://github.com/Rnhmjoj/solarized-dark-ui synced 2025-01-10 09:24:21 +01:00
solarized-dark-ui/package.json

20 lines
443 B
JSON
Raw Normal View History

2013-09-12 01:30:44 +02:00
{
"name": "atom-ui-dark",
"theme": true,
2013-09-13 00:02:42 +02:00
"version": "0.1.0",
2013-09-12 01:30:44 +02:00
"description": "Default dark theme for interface components",
"repository": {
"type": "git",
"url": "https://github.com/atom/atom-dark-ui.git"
},
"bugs": {
"url": "https://github.com/atom/atom-dark-ui/issues"
},
"engines": {
"atom": ">26.0"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}