summaryrefslogtreecommitdiffstats
path: root/js/vendor/get-size/.bower.json
blob: b2b5fb8739048d4aa539c7373209cac3b72e2d94 (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
{
  "name": "get-size",
  "version": "2.0.2",
  "main": "get-size.js",
  "description": "measures element size",
  "dependencies": {},
  "devDependencies": {
    "qunit": "~1.10"
  },
  "ignore": [
    "test/",
    "**/.*",
    "package.json",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "sandbox.html"
  ],
  "homepage": "https://github.com/desandro/get-size",
  "authors": [
    "David DeSandro <desandrocodes@gmail.com>"
  ],
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "size",
    "dom",
    "width",
    "height"
  ],
  "license": "MIT",
  "_release": "2.0.2",
  "_resolution": {
    "type": "version",
    "tag": "v2.0.2",
    "commit": "53ad18840e260d5eb89fd579362596dad5852c77"
  },
  "_source": "git://github.com/desandro/get-size.git",
  "_target": "~2.0.2",
  "_originalSource": "get-size"
}