forked from rochal/jQuery-slimScroll
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "jquery-slimscroll+",
"version": "1.3.7",
"title": "jQuery slimScroll scrollbar",
"description": "slimScroll is a small jQuery plugin that transforms any div into a scrollable area. slimScroll doesn't occupy any visual space as it only appears on a user initiated mouse-over.",
"keywords": [
"scrollbar",
"scroll",
"slimscroll",
"scrollable",
"scrolling",
"scroller",
"horizontal",
"ui",
"jquery-plugin",
"ecosystem:jquery"
],
"homepage": "https://github.com/rochal/jQuery-slimScroll/",
"repository": {
"type": "git",
"url": "https://github.com/rochal/jQuery-slimScroll.git"
},
"author": {
"name": "Piotr Rochala",
"url": "http://rocha.la/"
},
"dependencies": {
"jquery": ">= 1.7"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.opensource.org/licenses/gpl-license.php"
}
],
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint": "^2.8.0",
"jshint-stylish": "^2.1.0"
}
}