{
  "name": "zscroller",
  "version": "0.4.8",
  "description": "dom scroller based on zynga scroller",
  "keywords": [
    "zynga scroller",
    "dom scroller"
  ],
  "homepage": "https://github.com/yiminghe/zscroller",
  "repository": {
    "type": "git",
    "url": "https://github.com/yiminghe/zscroller.git"
  },
  "bugs": {
    "url": "https://github.com/yiminghe/zscroller/issues"
  },
  "files": [
    "lib",
    "es",
    "vendor",
    "assets/*.css"
  ],
  "licenses": "MIT",
  "main": "./lib/DOMScroller",
  "module": "./es/DOMScroller",
  "config": {
    "port": 8007
  },
  "scripts": {
    "compile": "rc-tools run compile",
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-tools run server",
    "pub": "rc-tools run pub",
    "lint": "rc-tools run lint"
  },
  "devDependencies": {
    "pre-commit": "1.x",
    "rc-tools": "6.x",
    "react": "15.x",
    "react-dom": "15.x"
  },
  "pre-commit": [
    "lint"
  ],
  "dependencies": {
    "babel-runtime": "6.x"
  }
}
