Last active
December 1, 2015 13:44
-
-
Save ariunbat/2064155 to your computer and use it in GitHub Desktop.
Fetch Settings for Sublime Text 2
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
{ | |
"files": | |
{ | |
"avgrundjs": "https://raw.github.com/voronianski/jquery.avgrund.js/master/js/jquery.avgrund.js", | |
"backbone": "http://documentcloud.github.com/backbone/backbone.js", | |
"backbone.localStorage": "https://raw.github.com/jeromegn/Backbone.localStorage/master/backbone.localStorage.js", | |
"backbone.min": "http://documentcloud.github.com/backbone/backbone-min.js", | |
"d3js": "http://d3js.org/d3.v3.min.js", | |
"raphaeljs": "http://github.com/DmitryBaranovskiy/raphael/raw/master/raphael-min.js", | |
"history": "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.js", | |
"jquery": "http://code.jquery.com/jquery.js", | |
"jquery-extra-selectors": "https://raw.github.com/keithclark/JQuery-Extended-Selectors/master/jquery-extra-selectors.js", | |
"jquery.min": "http://code.jquery.com/jquery.min.js", | |
"json2": "https://raw.github.com/douglascrockford/JSON-js/master/json2.js", | |
"knockout": "https://raw.github.com/SteveSanderson/knockout/master/build/output/knockout-latest.js", | |
"kontext": "https://raw.github.com/hakimel/kontext/master/js/kontext.js", | |
"modernizr": "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js", | |
"normalize": "https://raw.github.com/necolas/normalize.css/master/normalize.css", | |
"performermin": "http://performerjs.org/download/performer-min.js", | |
"prefixfree": "https://raw.github.com/LeaVerou/prefixfree/master/prefixfree.min.js", | |
"require": "http://requirejs.org/docs/release/2.1.4/comments/require.js", | |
"require.min": "http://requirejs.org/docs/release/2.1.4/minified/require.js", | |
"reset": "http://meyerweb.com/eric/tools/css/reset/reset.css", | |
"respond": "https://raw.github.com/keithclark/Respond/master/respond.min.js", | |
"selectivizr": "https://raw.github.com/keithclark/selectivizr/master/selectivizr.js", | |
"twitter-bootstrap-alerts": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-alerts.js", | |
"twitter-bootstrap-buttons": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-buttons.js", | |
"twitter-bootstrap-dropdown": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-dropdown.js", | |
"twitter-bootstrap-modal": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-modal.js", | |
"twitter-bootstrap-popover": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-popover.js", | |
"twitter-bootstrap-scrollspy": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-scrollspy.js", | |
"twitter-bootstrap-tabs": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-tabs.js", | |
"twitter-bootstrap-twipsy": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-twipsy.js", | |
"underscore": "http://documentcloud.github.com/underscore/underscore.js", | |
"underscore.min": "http://documentcloud.github.com/underscore/underscore-min.js" | |
}, | |
"packages": | |
{ | |
"Backbone Boilerplate": "https://github.com/tbranyen/backbone-boilerplate/zipball/master", | |
"Grunt": "https://github.com/cowboy/grunt/zipball/master", | |
"Impress.js": "https://github.com/bartaz/impress.js/zipball/master", | |
"blankwork": "http://www.blankwork.net/blankwork-latest.zip", | |
"bootstrap": "https://github.com/twitter/bootstrap/zipball/master", | |
"codeigniter": "http://codeigniter.com/download.php", | |
"ember": "https://github.com/emberjs/ember.js/zipball/master", | |
"handelbars": "https://github.com/wycats/handlebars.js/zipball/master", | |
"html5-boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master", | |
"html5-boilerplate-stripped": "https://github.com/h5bp/html5-boilerplate/zipball/v3.0stripped", | |
"html5-reset": "https://github.com/murtaugh/HTML5-Reset/zipball/master", | |
"skeleton": "https://nodeload.github.com/dhgamache/Skeleton/zipball/master", | |
"wordpress": "http://wordpress.org/latest.zip" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment