{
  "name": "inview",
  "version": "0.0.15",
  "description": "Detect when element scrolled to view ",
  "main": "inview.js",
  "devDependencies": {
    "jsdoc": "^3.3.0-alpha9",
    "jsdoc-oblivion": "^0.0.3",
    "standard": "^12.0.1"
  },
  "scripts": {
    "test": "echo 'TODO'",
    "lint": "standard --fix inview.js",
    "docs": "jsdoc -c config/conf.json -d docs/ -t node_modules/jsdoc-oblivion/template/ inview.js README.md"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/miguelmota/inview.git"
  },
  "keywords": [
    "inview"
  ],
  "author": {
    "name": "Miguel Mota",
    "email": "hello@miguelmota.com",
    "url": "https://miguelmota.com"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/miguelmota/inview/blob/master/LICENSE"
  },
  "bugs": {
    "url": "https://github.com/miguelmota/inview/issues"
  },
  "homepage": "https://github.com/miguelmota/inview"
}
