Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / viewport-units-buggyfill / package.json
1 {
2   "name": "viewport-units-buggyfill",
3   "version": "0.4.1",
4   "title": "Viewport Units Buggyfill for Mobile Safari",
5   "description": "Making viewport units (vh|vw|vmin|vmax) work properly in Mobile Safari",
6   "homepage": "http://github.com/rodneyrehm/viewport-units-buggyfill/",
7   "author": {
8     "name": "Rodney Rehm",
9     "url": "http://rodneyrehm.de"
10   },
11   "contributors": [{
12     "name": "Zoltan Hawryluk",
13     "url": "http://www.useragentman.com"
14   }],
15   "repository": {
16     "type": "git",
17     "url": "https://github.com/rodneyrehm/viewport-units-buggyfill.git"
18   },
19   "licenses": [
20     {
21       "type": "MIT",
22       "url": "http://www.opensource.org/licenses/mit-license"
23     }
24   ],
25   "keywords": [
26     "ios",
27     "safari",
28     "viewport"
29   ],
30   "main": "./viewport-units-buggyfill.js",
31   "files": [
32     "viewport-units-buggyfill.js",
33     "viewport-units-buggyfill.hacks.js"
34   ],
35   "scripts": {
36     "lint": "grunt lint"
37   },
38   "devDependencies": {
39     "jshint-stylish": "~0.1.5",
40     "grunt": "~0.4.2",
41     "grunt-contrib-jshint": "~0.8.0"
42   }
43 }