{
  "name": "detect-hover",
  "version": "1.0.3",
  "description": "JavaScript wrapper for hover and any-hover media queries",
  "main": "lib/index.js",
  "scripts": {
    "build": "rm -rf lib && babel src --presets babel-preset-es2015 -d lib",
    "prepublish": "npm run build"
  },
  "files": [
    "lib",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafgraph/detect-hover.git"
  },
  "keywords": [
    "detect",
    "hover",
    "any-hover",
    "media query"
  ],
  "author": "Rafael Pedicini <rafael@rafgraph.dev>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rafgraph/detect-hover/issues"
  },
  "homepage": "https://github.com/rafgraph/detect-hover#readme",
  "devDependencies": {
    "babel-cli": "^6.10.1",
    "babel-preset-es2015": "^6.9.0",
    "eslint": "^3.0.1",
    "eslint-config-airbnb-base": "^4.0.0",
    "eslint-plugin-import": "^1.10.2"
  }
}
