summaryrefslogtreecommitdiffstats
path: root/js/vendor/masonry/.bower.json
blob: 463331a4c73ef59a0b4b61735e0be1747df55722 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "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"
  ],
  "_release": "4.0.0",
  "_resolution": {
    "type": "version",
    "tag": "v4.0.0",
    "commit": "707ac6eebf112b2413cee2e9ed6457fba346cabc"
  },
  "_source": "git://github.com/desandro/masonry.git",
  "_target": "~4.0.0",
  "_originalSource": "masonry",
  "_direct": true
}