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
|
{
"name": "viewport-units-buggyfill",
"version": "0.4.1",
"main": [
"./viewport-units-buggyfill.js",
"./viewport-units-buggyfill.hacks.js"
],
"ignore": [
"**/.*",
"examples",
"*.html",
"*.css",
"*.md"
],
"keywords": [
"ios",
"safari",
"viewport"
],
"homepage": "https://github.com/rodneyrehm/viewport-units-buggyfill",
"_release": "0.4.1",
"_resolution": {
"type": "version",
"tag": "v0.4.1",
"commit": "78773d57c98637e1461da53c4917ca44dc1b3d33"
},
"_source": "git://github.com/rodneyrehm/viewport-units-buggyfill.git",
"_target": "~0.4.1",
"_originalSource": "viewport-units-buggyfill"
}
|