{
  "title": "isVisible",
  "name": "is-visible",
  "version": "2.2.0",
  "description": "Cross-browser function that checks if an element is visible.",
  "repository": {
    "type": "git",
    "url": "git@github.com:fczbkk/isvisible.git"
  },
  "author": "Riki Fridrich <riki@fczbkk.com> (https://github.com/fczbkk)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/fczbkk/isvisible/issues"
  },
  "homepage": "https://github.com/fczbkk/isvisible#readme",
  "main": "lib/index.js",
  "module": "module/index.js",
  "webpack": "module/index.js",
  "jsnext:main": "module/index.js",
  "scripts": {
    "dev": "npm run test:dev",
    "test:dev": "npm run test -- --no-single-run --auto-watch",
    "test": "cross-env NODE_ENV=es5 karma start ./karma.conf.js",
    "cleanup": "rimraf temp lib module",
    "prebuild": "npm run eslint:build && npm run cleanup && npm run test",
    "build": "npm run compile",
    "compile": "npm run compile:es5 && npm run compile:es6",
    "compile:es5": "cross-env NODE_ENV=es5 webpack --config ./webpack.config.js",
    "compile:es6": "cross-env NODE_ENV=es6 babel src -d module",
    "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
    "preversion": "npm run cleanup && npm prune && npm install",
    "postversion": "git push && git push --tags && npm publish",
    "version": "npm run build && npm run doc && npm run changelog && git add -A",
    "doc": "documentation readme ./src/index.js -s 'Documentation'",
    "eslint": "eslint ./{src,test}/**/*.js",
    "eslint:build": "npm run eslint -- --max-warnings 0"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-preset-es2015": "^6.14.0",
    "conventional-changelog-cli": "^1.2.0",
    "cross-env": "^5.1.1",
    "documentation": "^5.3.3",
    "eslint": "^4.12.1",
    "eslint-loader": "^1.5.0",
    "jasmine-core": "^2.4.1",
    "karma": "^1.2.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.1",
    "karma-jasmine": "^1.0.2",
    "karma-mocha-reporter": "^2.1.0",
    "karma-phantomjs-launcher": "^1.0.1",
    "karma-webpack": "^2.0.6",
    "mocha": "^4.0.1",
    "phantomjs-prebuilt": "^2.1.12",
    "rimraf": "^2.5.4",
    "webpack": "^3.10.0",
    "webpack-dev-server": "^2.9.5"
  },
  "dependencies": {
    "iselement": "^1.1.3",
    "style-properties": "^1.3.1"
  }
}
