forked from d-oliveros/ngSticky
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 810 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
35
36
37
38
39
40
{
"name": "ngsticky",
"version": "1.7.9",
"homepage": "https://github.com/d-oliveros/ngSticky",
"authors": [
"David Oliveros <[email protected]>"
],
"description": "A simple, pure javascript (No jQuery required!) AngularJS directive to make elements stick when scrolling down.",
"main": "lib/sticky.js",
"dependencies": {
"angular": "^1.2.0"
},
"repository": {
"type": "git",
"url": "[email protected]:d-oliveros/ngSticky.git"
},
"keywords": [
"angularjs",
"angular",
"sticky",
"fixed",
"position",
"angular sticky",
"stick windows",
"stick",
"layout"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"engines": {
"node": ">=0.10",
"npm": ">=1.1.59"
}
}