-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "angular-sticky-navigation-directive",
"version": "0.0.8",
"description": "Angular directive to make a sticky element, read more on https://ngmilk.rocks/2015/04/09/angularjs-sticky-navigation-directive/",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng-milk/angular-sticky-navigation-directive.git"
},
"keywords": [
"angular",
"angularjs",
"directive",
"sticky",
"navigation"
],
"author": "Dan Mindru <[email protected]> (http://mindrudan.com/)",
"contributors": [
{
"name" : "Luciano Lattes",
"url" : "https://github.com/llattes"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ng-milk/angular-sticky-navigation-directive/issues"
},
"homepage": "https://github.com/ng-milk/angular-sticky-navigation-directive#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-eslint": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sync": "^0.1.4",
"gulp-uglify": "^1.5.1"
}
}