Created
September 30, 2012 11:37
-
-
Save sh4n3d4v15/3806524 to your computer and use it in GitHub Desktop.
SUBLIME: Package for fetch
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": | |
{ | |
"backbone": "http://documentcloud.github.com/backbone/backbone.js", | |
"backbone.min": "http://documentcloud.github.com/backbone/backbone-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", | |
"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.0.6/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