-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 991 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
{
"name": "jquery-sticky-header-relative",
"version": "1.0.0",
"description": "A jquery plugin to make something sticky, relative to their parent.",
"main": "js/jquery.stickyheadersrelative.js",
"unpkg": "dist/jquery.stickyheadersrelative.min.js",
"scripts": {
"build": "uglifyjs js/jquery.stickyheadersrelative.js -o dist/jquery.stickyheadersrelative.min.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ssv445/jquery-sticky-header-relative.git"
},
"keywords": [
"jquery",
"sticky",
"table",
"headers",
"jquery-plugin",
"ecosystem:jquery"
],
"author": {
"name": "Shyam Verma",
"url": "https://github.com/ssv445"
},
"bugs": {
"url": "https://github.com/ssv445/jquery-sticky-header-relative/issues"
},
"homepage": "https://github.com/ssv445/jquery-sticky-header-relative#readme",
"dependencies": {
"uglify-js": "^3.19.3"
}
}