mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-22 18:00:06 +01:00
be more adventurous with vendor packages
This commit is contained in:
parent
ccbd65fda5
commit
3133307e49
@ -1,19 +1,18 @@
|
|||||||
{
|
{
|
||||||
"name": "kremalicious3",
|
"name": "kremalicious3",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"homepage": "http://mkretschmann.com",
|
"homepage": "http://kremalicious.com",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Matthias Kretschmann <m@kretschmann.io>"
|
"Matthias Kretschmann <m@kretschmann.io>"
|
||||||
],
|
],
|
||||||
"description": "Blog of Matthias Kretschmann",
|
"description": "Blog of Matthias Kretschmann",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"private": true,
|
|
||||||
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"jquery": "~2.0.3",
|
"jquery": ">=2.0.3",
|
||||||
"picturefill": "~1.2.1",
|
"picturefill": ">=1.2.1",
|
||||||
"masonry": "http://masonry.desandro.com/masonry.pkgd.min.js",
|
"masonry": "http://masonry.desandro.com/masonry.pkgd.min.js",
|
||||||
"imagesloaded": "~3.0.4",
|
"imagesloaded": ">=3.0.4",
|
||||||
"infinitescroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js",
|
"infinitescroll": "https://raw.github.com/paulirish/infinite-scroll/master/jquery.infinitescroll.js",
|
||||||
"simpleJekyllSearch": "https://raw.github.com/christian-fei/Simple-Jekyll-Search/master/simpleJekyllSearch.js",
|
"simpleJekyllSearch": "https://raw.github.com/christian-fei/Simple-Jekyll-Search/master/simpleJekyllSearch.js",
|
||||||
"socialite": "https://raw.github.com/tmort/Socialite/master/socialite.js"
|
"socialite": "https://raw.github.com/tmort/Socialite/master/socialite.js"
|
||||||
|
26
package.json
26
package.json
@ -6,19 +6,19 @@
|
|||||||
"main": "Gruntfile.js",
|
"main": "Gruntfile.js",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.1",
|
"grunt": ">=0.4.1",
|
||||||
"grunt-contrib-clean": "~0.5.0",
|
"grunt-contrib-clean": ">=0.5.0",
|
||||||
"grunt-contrib-connect": "~0.5.0",
|
"grunt-contrib-connect": ">=0.5.0",
|
||||||
"grunt-contrib-cssmin": "~0.6.2",
|
"grunt-contrib-cssmin": ">=0.6.2",
|
||||||
"grunt-contrib-less": "~0.6.4",
|
"grunt-contrib-less": ">=0.6.4",
|
||||||
"grunt-contrib-imagemin": "~0.4.0",
|
"grunt-contrib-imagemin": ">=0.4.0",
|
||||||
"grunt-contrib-uglify": "~0.2.2",
|
"grunt-contrib-uglify": ">=0.2.2",
|
||||||
"grunt-contrib-watch": "~0.5.3",
|
"grunt-contrib-watch": ">=0.5.3",
|
||||||
"grunt-combine-media-queries": "~1.0.8",
|
"grunt-combine-media-queries": ">=1.0.8",
|
||||||
"grunt-jekyll": "~0.4.0",
|
"grunt-jekyll": ">=0.4.0",
|
||||||
"grunt-rsync": "~0.2.1",
|
"grunt-rsync": ">=0.2.1",
|
||||||
"grunt-rev": "~0.1.0",
|
"grunt-rev": ">=0.1.0",
|
||||||
"grunt-usemin": "~2.0.2"
|
"grunt-usemin": ">=2.0.2"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user