Skip to content

Instantly share code, notes, and snippets.

@ScrambledBits
Last active February 1, 2016 21:36
Show Gist options
  • Save ScrambledBits/4009724 to your computer and use it in GitHub Desktop.
Save ScrambledBits/4009724 to your computer and use it in GitHub Desktop.
Fetch.sublime-settings
{
"files":
{
"Dojo": "http://ajax.googleapis.com/ajax/libs/dojo/1.7.2/dojo/dojo.js",
"MooTools": "http://mootools.net/download/get/mootools-core-1.4.5-full-compat-yc.js",
"PrototypeJS": "https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js",
"jQuery": "http://code.jquery.com/jquery.min.js",
"jQueryUI": "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js",
"normalize.css": "https://github.com/necolas/normalize.css/raw/master/normalize.css",
"jquery": "http://code.jquery.com/jquery.min.js",
"jquery-dotimeout": "https://raw.github.com/cowboy/jquery-dotimeout/master/jquery.ba-dotimeout.min.js",
"jquery-extra-selectors": "https://raw.github.com/keithclark/JQuery-Extended-Selectors/master/jquery-extra-selectors.js",
"jquery-flexslider": "https://raw.github.com/mbmufffin/FlexSlider/master/jquery.flexslider-min.js",
"jquery-mediaelement": "https://raw.github.com/johndyer/mediaelement/master/build/mediaelement-and-player.js",
"jquery-mobile-vmouse": "https://raw.github.com/jquery/jquery-mobile/master/js/jquery.mobile.vmouse.js",
"jquery-mousewheel": "https://raw.github.com/brandonaaron/jquery-mousewheel/master/jquery.mousewheel.js",
"jquery-ui-effects": "https://raw.github.com/jquery/jquery-ui/master/ui/jquery.effects.core.js",
"jquery-url": "https://raw.github.com/allmarkedup/jQuery-URL-Parser/master/jquery.url.js",
"jquery-cookie": "https://raw.github.com/carhartl/jquery-cookie/master/jquery.cookie.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",
"modernizr": "https://raw.github.com/Modernizr/Modernizr/master/modernizr.js",
"respond": "https://raw.github.com/keithclark/Respond/master/respond.min.js",
"selectivizr": "https://raw.github.com/keithclark/selectivizr/master/selectivizr.js",
"history": "https://raw.github.com/balupton/history.js/master/scripts/compressed/history.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-carousel": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-carousel.js",
"twitter-bootstrap-collapse": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-collapse.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-tab": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-tab.js",
"twitter-bootstrap-tooltip": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-tooltip.js",
"twitter-bootstrap-transition": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-transition.js",
"twitter-bootstrap-typehead": "https://raw.github.com/twitter/bootstrap/master/js/bootstrap-typehead.js",
"backbone": "https://raw.github.com/documentcloud/backbone/master/backbone.js",
"underscore": "https://raw.github.com/documentcloud/underscore/master/underscore.js"
},
"packages":
{
"52Framework v2.0.4": "http://52framework.googlecode.com/files/angelgrablev_52framework_2.0.4.zip",
"960css": "http://github.com/nathansmith/960-Grid-System/zipball/master",
"Akelos PHP": "https://github.com/bermi/akelos/zipball/master",
"CakePHP": "https://github.com/cakephp/cakephp/zipball/2.1.3",
"CodeIgniter": "https://github.com/EllisLab/CodeIgniter/zipball/develop",
"Elastic CSS": "https://github.com/azendal/elastic/zipball/master",
"Font Awesome (graph icons)": "https://github.com/FortAwesome/Font-Awesome/zipball/master",
"JavaScript MVC": "https://github.com/jupiterjs/javascriptmvc/zipball/master",
"Kohana v3.2.0": "http://dev.kohanaframework.org/attachments/download/1670/kohana-3.2.0.zip",
"OSMPlayer": "https://github.com/mediafront/osmplayer/zipball/2.x",
"Scriptaculous": "http://script.aculo.us/dist/scriptaculous-js-1.9.0.zip",
"Sproutcore": "https://github.com/sproutcore/sproutcore/zipball/master",
"Starkers Wordpress Theme (barebones)": "https://github.com/viewportindustries/starkers/zipball/master",
"Symfony PHP": "https://github.com/symfony/symfony/zipball/master",
"Wordpress": "http://wordpress.org/latest.zip",
"Yii Framework": "https://github.com/yiisoft/yii/zipball/master",
"Zend Framework v2": "https://github.com/zendframework/zf2/zipball/master",
"html5-boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"html5-boilerplate-stripped": "https://github.com/h5bp/html5-boilerplate/zipball/v3.0stripped",
"twitter-bootstrap": "https://github.com/twitter/bootstrap/zipball/master",
"handelbars": "https://github.com/wycats/handlebars.js/zipball/master",
"ember": "https://github.com/emberjs/ember.js/zipball/master"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment