{
  "name": "scrollin",
  "main": "dist/index.js",
  "version": "0.4.1",
  "homepage": "https://github.com/samccone/scrollin",
  "authors": [
    "Sam Saccone <samccone@gmail.com>"
  ],
  "description": "Do something when an element enters the viewport",
  "moduleType": [
    "amd",
    "es6",
    "globals",
    "node"
  ],
  "keywords": [
    "scroll",
    "scrolling",
    "viewport",
    "dom"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ]
}
