{
  "name": "virtual-scroll",
  "version": "2.2.1",
  "description": "Custom scroll events for smooth, fake scroll",
  "main": "lib/virtualscroll.js",
  "source": "src/index.js",
  "scripts": {
    "build": "microbundle build -i src/index.js --format umd --compress --no-sourcemap --no-pkg-main --external none",
    "test": "browserify test/index.js | smokestack | faucet",
    "test-debug": "budo test/index.js --live"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ayamflow/virtual-scroll"
  },
  "keywords": [
    "virtual",
    "scroll",
    "smooth"
  ],
  "author": "Florian Morel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ayamflow/virtual-scroll/issues"
  },
  "homepage": "https://github.com/ayamflow/virtual-scroll",
  "dependencies": {
    "tiny-emitter": "^2.1.0"
  },
  "devDependencies": {
    "browserify": "^14.3.0",
    "budo": "^9.4.7",
    "faucet": "0.0.1",
    "microbundle": "^0.13.0",
    "smokestack": "^3.4.1",
    "tape": "^4.6.3",
    "tiny-trigger": "scottcorgan/tiny-trigger"
  }
}
