{
  "_from": "in-view@^0.6.1",
  "_id": "in-view@0.6.1",
  "_inBundle": false,
  "_integrity": "sha512-vgoymXcD8MY7PBOnd1fflA6vYGlNi16ZNgFR6dt8Ayr2i6kChFh1CiqDFRNgGGd10tzn8sH4QoqsqNIszmpGOQ==",
  "_location": "/in-view",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "in-view@^0.6.1",
    "name": "in-view",
    "escapedName": "in-view",
    "rawSpec": "^0.6.1",
    "saveSpec": null,
    "fetchSpec": "^0.6.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/in-view/-/in-view-0.6.1.tgz",
  "_shasum": "f9f99b5d5a6fe01359d9e19c570302a3121baf42",
  "_spec": "in-view@^0.6.1",
  "_where": "/var/www/html-staging",
  "author": {
    "name": "Cam Wiegert",
    "email": "cam@camwiegert.com"
  },
  "ava": {
    "files": [
      "test/*js"
    ],
    "require": [
      "babel-register",
      "./test/helpers/setup-browser-env.js"
    ],
    "babel": "inherit"
  },
  "babel": {
    "plugins": [
      "lodash"
    ],
    "presets": [
      "es2015"
    ]
  },
  "bugs": {
    "url": "https://github.com/camwiegert/in-view/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "^4.15.0"
  },
  "deprecated": false,
  "description": "Get notified when a DOM element enters or exits the viewport.",
  "devDependencies": {
    "ava": "^0.16.0",
    "babel-core": "^6.14.0",
    "babel-loader": "^6.2.5",
    "babel-plugin-lodash": "^3.2.8",
    "babel-preset-es2015": "^6.14.0",
    "babel-register": "^6.11.6",
    "eslint": "^3.3.1",
    "http-server": "^0.9.0",
    "jsdom": "^9.4.2",
    "lodash-webpack-plugin": "^0.10.0",
    "node-sass": "^3.8.0",
    "webpack": "^1.13.2"
  },
  "eslintConfig": {
    "extends": "eslint:recommended",
    "env": {
      "browser": true,
      "node": true
    },
    "parserOptions": {
      "ecmaVersion": 6,
      "sourceType": "module"
    }
  },
  "homepage": "https://camwiegert.github.io/in-view",
  "license": "MIT",
  "main": "dist/in-view.min.js",
  "name": "in-view",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/camwiegert/in-view.git"
  },
  "scripts": {
    "build": "NODE_ENV=production webpack -p",
    "docs": "npm run -s docs-server & npm run -s docs-js & npm run -s docs-css",
    "docs-css": "node-sass -w --output-style=compressed ./docs/lib/css/main.scss ./docs/lib/css/main.min.css",
    "docs-js": "NODE_ENV=production webpack -wp --config ./docs/docs.webpack.config.js",
    "docs-server": "http-server ./docs -o",
    "lint": "eslint src/**/*.js",
    "prepublish": "npm run -s test",
    "pretest": "npm run -s lint",
    "start": "NODE_ENV=production webpack -wp",
    "test": "ava -v"
  },
  "version": "0.6.1"
}
