Last active
January 18, 2020 12:14
-
-
Save Abhinav1217/5015465 to your computer and use it in GitHub Desktop.
My nettuts fetch sublime setting file
This file contains hidden or 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": | |
{ | |
"Angular JS": "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.4/angular.js", | |
"Backbone.js": "http://backbonejs.org/backbone.js", | |
"CSS-reset": "http://meyerweb.com/eric/tools/css/reset/reset.css", | |
"Chart.js": "https://raw.githubusercontent.com/nnnick/Chart.js/master/Chart.min.js", | |
"Exoskeleton": "https://github.com/paulmillr/exoskeleton/releases/download/0.6.3/exoskeleton.min.js", | |
"Favicon.js": "https://raw.githubusercontent.com/ejci/favico.js/master/favico-0.3.5.min.js", | |
"HTML5_SQL.js": "http://html5sql.com/js/html5sql.js", | |
"Howler.js": "https://raw.githubusercontent.com/goldfire/howler.js/master/howler.js", | |
"Less.js": "https://raw.githubusercontent.com/less/less.js/master/dist/less-1.7.5.min.js", | |
"Minified.js": "http://minifiedjs.com/download/minified.js", | |
"Minified.js (Legacy IE )": "http://minifiedjs.com/download/minified-legacyie.js", | |
"Normalize.css": "http://necolas.github.io/normalize.css/3.0.2/normalize.css", | |
"Normalize.less": "https://raw.githubusercontent.com/additiveinverse/normalize.less/master/normalize.less", | |
"RegEx: xregexp.com": "http://cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/xregexp-min.js", | |
"ScrollReveal.js": "https://raw.githubusercontent.com/julianlloyd/scrollReveal.js/master/scrollReveal.js", | |
"Zepto": "http://zeptojs.com/zepto.min.js", | |
"cycle": "http://malsup.github.com/jquery.cycle.all.js", | |
"html5shiv": "https://raw.github.com/aFarkas/html5shiv/master/dist/html5shiv.js", | |
"infinite_scroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.min.js", | |
"jquery": "http://code.jquery.com/jquery-2.1.1.min.js", | |
"mustache.js": "https://raw.github.com/janl/mustache.js/master/mustache.js", | |
"scrollto": "http://flesler-plugins.googlecode.com/files/jquery.scrollTo-1.4.2-min.js", | |
"tinyScrollBar": "http://baijs.nl/tinyscrollbar/js/jquery.tinyscrollbar.min.js", | |
"underscore": "https://raw.github.com/documentcloud/underscore/master/underscore-min.js", | |
"waypoints": "https://raw.github.com/imakewebthings/jquery-waypoints/master/waypoints.min.js" | |
}, | |
"packages": | |
{ | |
"Bootstrap-3.2.0 (SASS)": "https://github.com/twbs/bootstrap-sass/archive/v3.2.0.tar.gz", | |
"Bootstrap-3.2.0 (production)": "https://github.com/twbs/bootstrap/releases/download/v2.2.0/bootstrap-3.2.0-dist.zip", | |
"Laravel": "https://github.com/laravel/laravel/zipball/master", | |
"Medium.js": "https://github.com/jakiestfu/Medium.js/archive/master.zip", | |
"Offline.js": "https://github.com/HubSpot/offline/archive/master.zip", | |
"Wordpress": "https://wordpress.org/latest.zip", | |
"cakephp": "https://github.com/cakephp/cakephp/zipball/master", | |
"codeigniter": "http://codeigniter.com/download.php", | |
"django": "https://github.com/django/django/zipball/master", | |
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master", | |
"rainTPL": "https://nodeload.github.com/rainphp/raintpl/zip/master", | |
"skeleton": "https://github.com/dhgamache/Skeleton/zipball/master" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thx for your effort