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