forked from noeldelgado/gemini-scrollbar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1004 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
{
"name": "gemini-scrollbar",
"version": "1.3.0",
"description": "Custom scrollbars with native scrolling",
"license": "MIT",
"repository": "noeldelgado/gemini-scrollbar.git",
"author": "Noel Delgado <[email protected]> (http://pixelia.me/)",
"homepage": "https://github.com/noeldelgado/gemini-scrollbar",
"scripts": {
"css": "uglifycss gemini-scrollbar.css > dist/gemini-scrollbar.min.css",
"js": "uglifyjs index.js -m -c sequences=true,properties=true,dead_code=true,conditionals=true,comparisons=true,booleans=true,loops=true,cascade=true,hoist_funs=true,unused=true,if_return=true,join_vars=true --comments --screw-ie8=true -o dist/gemini-scrollbar.min.js",
"dist": "npm run js && npm run css"
},
"files": [
"index.js",
"gemini-scrollbar.css"
],
"keywords": [
"native",
"scrolling",
"skinnable",
"custom",
"scrollbar",
"scrollbars",
"scroll",
"mousewheel",
"trackpad",
"smooth-scroll"
],
"devDependencies": {}
}