{
    "name": "@surveyplanet/in_view",
    "version": "1.0.1",
    "description": "Check whether an element is inside the browser's viewport.",
    "main": "in_view.js",
    "module": "in_view.js",
    "type": "module",
    "scripts": {
        "test": "./node_modules/.bin/mocha tests"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/surveyplanet/in_view.git"
    },
    "keywords": [
        "viewport",
        "scoll",
        "scrollX",
        "scollY"
    ],
    "author": "Jonah Werre <jonahwerre@gmail.com>",
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/surveyplanet/in_view/issues"
    },
    "homepage": "https://github.com/surveyplanet/in_view#readme",
    "devDependencies": {
        "chai": "^4.3.6",
        "jsdom": "^20.0.0",
        "mocha": "^10.0.0"
    }
}