summaryrefslogtreecommitdiffstats
path: root/js/vendor/masonry/bower.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 22:35:24 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-21 22:35:24 +0100
commitbcb9ca95518126131a16fcde894fc8765e7ab010 (patch)
treebc1e0e8a5b99ffbf8cd4165c6872fd4468f547bd /js/vendor/masonry/bower.json
parent59daa89e4c82860d6b16b4e4bebab1eb8c302153 (diff)
more explore
Diffstat (limited to 'js/vendor/masonry/bower.json')
-rw-r--r--js/vendor/masonry/bower.json41
1 files changed, 41 insertions, 0 deletions
diff --git a/js/vendor/masonry/bower.json b/js/vendor/masonry/bower.json
new file mode 100644
index 000000000..7226f1e16
--- /dev/null
+++ b/js/vendor/masonry/bower.json
@@ -0,0 +1,41 @@
+{
+ "name": "masonry",
+ "version": "4.0.0",
+ "description": "Cascading grid layout library",
+ "main": "masonry.js",
+ "dependencies": {
+ "get-size": "~2.0.2",
+ "outlayer": "~2.0.0"
+ },
+ "devDependencies": {
+ "jquery-bridget": "~2.0.0",
+ "qunit": "^1.12",
+ "jquery": ">=1.4.3 <4"
+ },
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests",
+ "sandbox/",
+ "CONTRIBUTING.mdown",
+ "gulpfile.js",
+ "package.json"
+ ],
+ "homepage": "http://masonry.desandro.com",
+ "authors": [
+ "David DeSandro"
+ ],
+ "keywords": [
+ "masonry",
+ "layout",
+ "outlayer"
+ ],
+ "license": "MIT",
+ "moduleType": [
+ "amd",
+ "globals",
+ "node"
+ ]
+}