diff options
| author | Ben Beltran <ben@nsovocal.com> | 2017-03-02 23:10:51 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2017-03-02 23:10:51 -0600 |
| commit | 35ab4aab6926fb6cd2b44eda8bc14c72a8759b75 (patch) | |
| tree | 0c08edd4f9b6a0bc9bb2780b8a496ed8c69e20a4 /atom/packages/aesthetic-ui/package.json | |
| parent | 0b4318740e55d6977d98872eff6bebfe948bf46f (diff) | |
| parent | 28cc50d9af1fd1314afde30169dc22bba5934380 (diff) | |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'atom/packages/aesthetic-ui/package.json')
| -rw-r--r-- | atom/packages/aesthetic-ui/package.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/atom/packages/aesthetic-ui/package.json b/atom/packages/aesthetic-ui/package.json new file mode 100644 index 0000000..25ea67d --- /dev/null +++ b/atom/packages/aesthetic-ui/package.json @@ -0,0 +1,34 @@ +{ + "name": "aesthetic-ui", + "theme": "ui", + "version": "2.0.0", + "description": "An AESTHETIC UI theme for Atom", + "repository": { + "type": "git", + "url": "git+https://github.com/dtinth/atom-aesthetic-ui.git" + }, + "license": "MIT", + "engines": { + "atom": ">0.50.0" + }, + "readme": "# aesthetic-ui\n\nAn [aesthetic](http://knowyourmeme.com/memes/aesthetic) UI theme for Atom text editor. Contributions welcome!\n\n## New in version 2.0.0\n\nMore compact and aesthetic tree view!<br>[Contributed by @abejfehr.](https://github.com/dtinth/atom-aesthetic-ui/pull/4) Thanks!\n\n\n\n\n## Screenshots\n\n\n\n\n\nNote: Using [Redmond](https://atom.io/themes/redmond-syntax) syntax theme.\n", + "readmeFilename": "README.md", + "bugs": { + "url": "https://github.com/dtinth/atom-aesthetic-ui/issues" + }, + "homepage": "https://github.com/dtinth/atom-aesthetic-ui#readme", + "_id": "aesthetic-ui@2.0.0", + "_shasum": "510db442ae5a706f3e9ef3c3b0548d521413ac4a", + "_resolved": "file:../d-116612-32540-1hcnikl/package.tgz", + "_from": "../d-116612-32540-1hcnikl/package.tgz", + "_atomModuleCache": { + "version": 1, + "dependencies": [], + "extensions": { + ".json": [ + "package.json" + ] + }, + "folders": [] + } +}
\ No newline at end of file |