We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0444894 commit f87611bCopy full SHA for f87611b
package.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "jquery.scrollbar",
3
+ "version": "0.2.7",
4
+ "description": "Cross-browser CSS customizable scrollbar",
5
+ "main": "jquery.scrollbar.min.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/gromo/jquery.scrollbar.git"
12
13
+ "keywords": [
14
+ "jquery",
15
+ "scrollbar",
16
+ "angular",
17
+ "textarea"
18
+ ],
19
+ "author": "Yuriy Khabarov",
20
+ "license": "MIT",
21
+ "bugs": {
22
+ "url": "https://github.com/gromo/jquery.scrollbar/issues"
23
24
+ "homepage": "https://github.com/gromo/jquery.scrollbar"
25
+}
0 commit comments