{
  "_args": [
    [
      "nanoscroller@0.8.7",
      "/var/www/html"
    ]
  ],
  "_from": "nanoscroller@0.8.7",
  "_id": "nanoscroller@0.8.7",
  "_inBundle": false,
  "_integrity": "sha1-gpXQ6ZO71UxEMGsOuzAKhD9zv5I=",
  "_location": "/nanoscroller",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "nanoscroller@0.8.7",
    "name": "nanoscroller",
    "escapedName": "nanoscroller",
    "rawSpec": "0.8.7",
    "saveSpec": null,
    "fetchSpec": "0.8.7"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/nanoscroller/-/nanoscroller-0.8.7.tgz",
  "_spec": "0.8.7",
  "_where": "/var/www/html",
  "author": {
    "name": "James Florentino",
    "email": "jamesflorentino@gmail.com",
    "url": "http://blog.jamesflorentino.com/"
  },
  "bugs": {
    "url": "https://github.com/jamesflorentino/nanoScrollerJS/issues"
  },
  "contributors": [
    {
      "name": "Krister Kari",
      "url": "http://krister.fi/"
    }
  ],
  "dependencies": {
    "css": "*",
    "jquery": ">=1.6"
  },
  "description": "A jQuery plugin that offers a simplistic way of implementing Lion OS scrollbars.",
  "devDependencies": {
    "grunt": "~0.4.5",
    "grunt-contrib-coffee": "~0.12.0",
    "grunt-contrib-concat": "~0.5.0",
    "grunt-contrib-connect": "~0.8.0",
    "grunt-contrib-csslint": "~0.3.1",
    "grunt-contrib-jasmine": "~0.8.0",
    "grunt-contrib-uglify": "~0.6.0",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-yuidoc": "~0.5.2",
    "grunt-shell": "~1.1.1",
    "grunt-sizediff": "~1.0.1",
    "marked": "~0.3.2"
  },
  "directories": {
    "doc": "docs",
    "lib": "bin",
    "test": "tests"
  },
  "files": [
    "bin/css/nanoscroller.css",
    "bin/javascripts/jquery.nanoscroller.js"
  ],
  "format": "amd",
  "homepage": "https://github.com/jamesflorentino/nanoScrollerJS",
  "keywords": [
    "ecosystem:jquery",
    "jquery-plugin",
    "scrollbar"
  ],
  "license": "MIT",
  "main": "bin/javascripts/jquery.nanoscroller.js",
  "name": "nanoscroller",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamesflorentino/nanoScrollerJS.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "shim": {
    "javascripts/jquery.nanoscroller": [
      "jquery",
      "../css/nanoscroller.css!"
    ]
  },
  "style": "bin/css/nanoscroller.css",
  "version": "0.8.7"
}
