forked from markgoodyear/headhesive.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 765 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 765 Bytes
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
{
"name": "headhesive",
"description": "An on-demand sticky header",
"version": "1.1.0",
"author": {
"name": "Mark Goodyear",
"url": "http://markgoodyear.com",
"twitter": "@markgdyr"
},
"homepage": "http://markgoodyear.com/labs/headhesive",
"repository": "git://github.com/markgoodyear/headhesive.git",
"license": "MIT",
"engines": {
"node": ">= 0.9"
},
"devDependencies": {
"gulp-concat": "~2.2.0",
"gulp-plumber": "~0.5.6",
"jshint-stylish": "~0.1.5",
"gulp-util": "~2.2.14",
"gulp-livereload": "~1.2.0",
"gulp": "~3.5.6",
"gulp-jshint": "~1.5.1",
"gulp-uglify": "~0.2.1",
"gulp-header": "~1.0.2",
"gulp-rimraf": "0.0.9",
"gulp-rename": "~1.2.0",
"gulp-rigger": "~0.5.8"
}
}