UNPKG

inteobs

Version:

A ponyfill based on the w3c/IntersectionObserver polyfill

31 lines (30 loc) 852 B
{ "name": "inteobs", "version": "1.0.3", "description": "A ponyfill based on the w3c/IntersectionObserver polyfill", "main": "index.js", "scripts": { "build": "babel ./node_modules/intersection-observer/intersection-observer.js -o ./index.js" }, "repository": { "type": "git", "url": "git+https://github.com/rasmusfl0e/inteobs.git" }, "keywords": [ "ponyfill", "intersectionobserver" ], "author": "rasmusfl0e", "license": "ISC", "bugs": { "url": "https://github.com/rasmusfl0e/inteobs/issues" }, "homepage": "https://github.com/rasmusfl0e/inteobs#readme", "devDependencies": { "@babel/template": "^7.1.2", "babel-cli": "^6.26.0", "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "intersection-observer": "^0.5.1" } }