76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"slimscroll@0.9.1",
|
|
"C:\\wamp64\\www\\ilink"
|
|
]
|
|
],
|
|
"_from": "slimscroll@0.9.1",
|
|
"_id": "slimscroll@0.9.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-9nXNxgHYCtog8WAE0ifRVv0Rh7I=",
|
|
"_location": "/slimscroll",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "slimscroll@0.9.1",
|
|
"name": "slimscroll",
|
|
"escapedName": "slimscroll",
|
|
"rawSpec": "0.9.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.9.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/slimscroll/-/slimscroll-0.9.1.tgz",
|
|
"_spec": "0.9.1",
|
|
"_where": "C:\\wamp64\\www\\ilink",
|
|
"bugs": {
|
|
"url": "https://github.com/yawetse/slimscroll/issues"
|
|
},
|
|
"dependencies": {
|
|
"browserify": ">=3.46.0",
|
|
"classie": ">=0.0.1",
|
|
"domhelper": "~0.9.0",
|
|
"util-extend": "^1.0.1"
|
|
},
|
|
"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.",
|
|
"devDependencies": {
|
|
"chai": "1.5.0",
|
|
"grunt": "0.4.1",
|
|
"grunt-browserify": "^2.0.8",
|
|
"grunt-contrib-jshint": "0.4.3",
|
|
"grunt-contrib-watch": "0.4.1",
|
|
"grunt-jsbeautifier": "0.1.7",
|
|
"grunt-jsdoc": "^0.5.4",
|
|
"grunt-simple-mocha": "0.4.0",
|
|
"jsdoc": "^3.3.0-alpha5",
|
|
"mocha": "1.9.0",
|
|
"zombie": "~2.0.0-alpha31"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.x"
|
|
},
|
|
"homepage": "https://github.com/yawetse/slimscroll#readme",
|
|
"keywords": [
|
|
"slimscroll",
|
|
"dom",
|
|
"no jquery",
|
|
"scrollable",
|
|
"scrollbar",
|
|
"scrollbar replacement"
|
|
],
|
|
"main": "index.js",
|
|
"name": "slimscroll",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/yawetse/slimscroll.git"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -R spec --recursive"
|
|
},
|
|
"version": "0.9.1"
|
|
}
|