{
  "name": "slimscroll",
  "description": "slimscroll is a small commonjs module with no library dependencies (sans jquery) that transforms any div into a scrollable area with a nice scrollbar - similar to the one Facebook and Google started using in their products recently. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over. User can drag the scrollbar or use mouse-wheel to change the scroll value.",
  "version": "0.9.1",
  "main": "index.js",
  "engines": {
    "node": ">=0.10.x"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/yawetse/slimscroll.git"
  },
  "scripts": {
    "test": "mocha -R spec --recursive"
  },
  "dependencies": {
    "browserify": ">=3.46.0",
    "classie": ">=0.0.1",
    "util-extend": "^1.0.1",
    "domhelper": "~0.9.0"
  },
  "devDependencies": {
    "chai": "1.5.0",
    "grunt": "0.4.1",
    "grunt-contrib-jshint": "0.4.3",
    "grunt-contrib-watch": "0.4.1",
    "grunt-simple-mocha": "0.4.0",
    "grunt-jsbeautifier": "0.1.7",
    "mocha": "1.9.0",
    "grunt-browserify": "^2.0.8",
    "jsdoc": "^3.3.0-alpha5",
    "grunt-jsdoc": "^0.5.4",
    "zombie": "~2.0.0-alpha31"
  },
  "keywords": [
    "slimscroll",
    "dom",
    "no jquery",
    "scrollable",
    "scrollbar",
    "scrollbar replacement"
  ]
}
