{
  "name": "@egman1/i-scroll",
  "description": "Smooth scrolling for the web",
  "version": "5.3.8",
  "main": "build/iscroll.js",
  "devDependencies": {
    "jshint": "~2.9.1",
    "uglify-js": "~2.6.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/egman1/i-scroll.git"
  },
  "bugs": {
    "url": "https://github.com/egman1/i-scroll/issues"
  },
  "scripts": {
    "compile": "node build dist",
    "prepublish": "npm run compile",
    "publish": "npm publish"
  },
  "license": "MIT"
}
