{
  "name": "viewport-dimensions",
  "version": "0.2.0",
  "description": "Simple utility for watching and retrieving browser viewport width, height, vmin and vmax",
  "author": "Alex Dunphy <alexanderdunphy@gmail.com>",
  "main": "index.js",
  "scripts": {
    "test": "gulp dev",
    "coveralls": "if [ ! -f ./test/coverage/lcov.info ]; then npm test; fi; cat ./test/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:alexdunphy/viewport.git"
  },
  "bugs": {
    "url": "https://github.com/alexdunphy/viewport/issues"
  },
  "homepage": "https://github.com/alexdunphy/viewport",
  "license": "MIT",
  "devDependencies": {
    "bower": "^1.5.2",
    "chai": "^3.2.0",
    "coveralls": "^2.11.4",
    "gulp": "^3.9.0",
    "gulp-eslint": "^1.0.0",
    "gulp-header": "^1.7.1",
    "gulp-notify": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.4.0",
    "gulp-util": "^3.0.6",
    "karma": "^0.13.9",
    "karma-coverage": "^0.5.1",
    "karma-mocha": "^0.2.0",
    "karma-mocha-reporter": "^1.1.1",
    "karma-notify-reporter": "^0.1.1",
    "karma-phantomjs-launcher": "^0.2.1",
    "karma-sauce-launcher": "^0.2.14",
    "karma-sinon-chai": "^1.0.0",
    "lodash": "^3.10.1",
    "mocha": "^2.3.0",
    "phantomjs": "^1.9.18",
    "run-sequence": "^1.1.2",
    "webpack": "^1.12.0"
  },
  "keywords": [
    "viewport",
    "browser",
    "window",
    "document",
    "width",
    "height",
    "innerWidth",
    "innerHeight",
    "clientWidth",
    "clientHeight",
    "dimensions",
    "dimension"
  ]
}
