forked from FutureStateMobile/sticky-header
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 965 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
{
"name": "sticky-header",
"version": "0.1.0",
"description": "An angularjs directive for making headers that don't scroll past the top of the screen",
"main": "src/fsm-sticky-header.js",
"repository": {
"type": "git",
"url": "https://github.com/FutureStateMobile/sticky-header"
},
"dependencies": {
"angular": "1.4.*",
"jquery": "2.1.*"
},
"bugs": {
"url": "https://github.com/FutureStateMobile/sticky-header/issues"
},
"homepage": "https://github.com/FutureStateMobile/sticky-header",
"author": "Future State Mobile",
"contributors": [
{ "name": "Jonathan Petitcolas", "email": "petitcolas.jonathan@gmail.com" },
{ "name": "Keith Larsen" },
{ "name": "Ivan Rey" },
{ "name": "Michael Schramm" },
{ "name": "Valentin Hervieu" },
{ "name": "Anthanh" },
{ "name": "Chase Florell" },
{ "name": "cmelo" },
{ "name": "gijskooij" },
{ "name": "raz-varren" }
],
"license": "MIT"
}