-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 993 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 993 Bytes
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": "@desto/scrollbar-js",
"version": "1.4.0",
"description": "A script which produces stylable scrollbars. It also allows styling of the resize handle.",
"main": "scrollbar.min.js",
"scripts": {
"build": "tsc && uglifyjs dist/scrollbar.js -cmo dist/scrollbar.js && node node/banner.js",
"test": "echo \"Error: no test specified\" && exit 1",
"ts": "tsc -w",
"version": "npm run build && git add -A"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desto-git/scrollbar.js.git"
},
"keywords": [
"scrollbar",
"scrollbars",
"vanilla-javascript",
"vanilla-js",
"no-dependencies",
"native-scroll",
"resize",
"resizer",
"css"
],
"author": "desto (https://github.com/desto-git)",
"license": "ISC",
"bugs": {
"url": "https://github.com/desto-git/scrollbar.js/issues"
},
"homepage": "https://github.com/desto-git/scrollbar.js",
"devDependencies": {
"prepend-file": "^1.3.1",
"typescript": "^3.2.2",
"uglify-js": "^3.4.9"
}
}