-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 780 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 780 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
{
"name": "scrollpos-styler",
"version": "0.7.1",
"description": "JavaScript to add custom CSS class to a HTML element depending on scroll position",
"main": "scrollPosStyler.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"minify": "uglifyjs scrollPosStyler.js -c -m --comments -o scrollPosStyler.min.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/acch/scrollpos-styler.git"
},
"keywords": [
"scroll",
"position",
"bootstrap",
"4"
],
"author": "Achim Christ",
"license": "MIT",
"bugs": {
"url": "https://github.com/acch/scrollpos-styler/issues"
},
"homepage": "https://github.com/acch/scrollpos-styler#readme",
"devDependencies": {
"uglify-js": "^3.4.9"
}
}