-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
38 lines (38 loc) · 974 Bytes
/
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
{
"name": "custom-scroll",
"version": "0.6.5",
"description": "Customize your scrollbar with native scrolling",
"author": "Mostovoy Andrey <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/standy/custom-scroll"
},
"bugs": {
"url": "https://github.com/standy/custom-scroll/issues"
},
"keywords": [
"jquery-plugin",
"scrollbar",
"native scrollbar",
"customize scrollbar",
"custom-scroll"
],
"dependencies": {},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-gh-pages": "^0.5.1",
"gulp-rename": "^1.2.2",
"gulp-template": "^3.0.0",
"gulp-uglify": "^1.2.0",
"gzip-size": "^1.0.0",
"pretty-bytes": "^1.0.4",
"run-sequence": "^1.0.2"
},
"license": "MIT",
"homepage": "https://github.com/standy/custom-scroll",
"main": "source/jquery.custom-scroll.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}