forked from markgoodyear/headhesive.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.06 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
42
43
44
45
46
47
48
49
{
"name": "headhesive",
"description": "An on-demand sticky header",
"version": "1.2.4",
"author": {
"name": "Mark Goodyear",
"url": "http://markgoodyear.com",
"twitter": "@markgdyr"
},
"keywords": [
"header",
"head",
"sticky",
"banner",
"navigation",
"nav",
"scroll"
],
"main": "dist/headhesive.js",
"homepage": "http://markgoodyear.com/labs/headhesive",
"repository": "[email protected]:markgoodyear/headhesive.js.git",
"bugs": {
"url": "https://github.com/markgoodyear/headhesive.js/issues"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"license": "MIT",
"engines": {
"node": ">= 0.9"
},
"devDependencies": {
"del": "^1.2.0",
"gulp": "~3.8.11",
"gulp-bump": "^0.3.1",
"gulp-concat": "~2.5.2",
"gulp-header": "~1.2.2",
"gulp-include": "^1.1.1",
"gulp-jshint": "~1.11.0",
"gulp-livereload": "~3.8.0",
"gulp-plumber": "~1.0.1",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.2.0",
"gulp-util": "~3.0.4",
"jshint-stylish": "~2.0.0"
}
}