summaryrefslogtreecommitdiffstats
path: root/js/vendor/masonry/bower.json
diff options
context:
space:
mode:
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"
+ ]
+}