-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 KB
/
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
39
40
41
{
"name": "zebra_pin",
"version": "3.0.1",
"main": "dist/zebra_pin.min.js",
"homepage": "https://github.com/stefangabos/Zebra_Pin",
"author": {
"name": "Stefan Gabos",
"email": "[email protected]"
},
"description": "A lightweight jQuery plugin for creating sticky elements pinned to the page or to a container element",
"repository": {
"type": "git",
"url": "git+https://github.com/stefangabos/Zebra_Pin.git"
},
"bugs": {
"url": "https://github.com/stefangabos/Zebra_Pin/issues",
"email": "[email protected]"
},
"keywords": [
"pinned-elements",
"sticky-elements",
"fixed",
"pinned",
"sticky",
"sticky-sidebar",
"sticky-header"
],
"license": "LGPL-3.0",
"devDependencies": {
"grunt": "^1.5.3",
"grunt-cli": "^1.5.0",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "*",
"grunt-eslint": "^25.0.0",
"grunt-newer": "*",
"grunt-notify": "*",
"time-grunt": "^2.0.0"
}
}