Created
September 13, 2012 16:46
-
-
Save yangsu/3715704 to your computer and use it in GitHub Desktop.
Repositories.json for sublime-vhdl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"schema_version": "1.2", | |
"repositories": [ | |
"http://sublime.wbond.net/packages.json", | |
"https://github.com/yangsu/sublime-vhdl", | |
"https://github.com/SublimeText" | |
], | |
"package_name_map": { | |
"sublime-vhdl": "VHDL" | |
}, | |
"renamed_packages": { | |
"old-name": "New Name" | |
}, | |
"packages": { | |
"https://github.com/yangsu/sublime-vhdl": [ | |
{ | |
"name": "Sublime Text VHDL", | |
"description": "VHDL Package for Sublime Text 2", | |
"author": "yangsu", | |
"homepage": "https://github.com/yangsu/sublime-vhdl", | |
"last_modified": "2012-09-13 12:23:31", | |
"platforms": { | |
"*": [ | |
{ | |
"version": "0.1", | |
"url": "https://nodeload.github.com/yangsu/sublime-vhdl/zipball/master" | |
} | |
] | |
} | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment