-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "stickyheaders",
"title": "StickyHeaders",
"description": "JavaScript library which enables sticky section headers in a scrollable list view",
"version": "1.1.0",
"main": "dist/scripts/stickyheaders.js",
"homepage": "http://skhilko.github.io/StickyHeaders",
"repository": {
"type": "git",
"url": "https://github.com/skhilko/StickyHeaders.git"
},
"author": {
"name": "Siarhei Khilko",
"email": "[email protected]",
"url": "https://github.com/skhilko"
},
"devDependencies": {
"autoprefixer-core": "^4.0.2",
"browser-sync": "^1.8.2",
"del": "^1.1.1",
"gulp": "^3.6.0",
"gulp-cache": "^0.2.2",
"gulp-concat": "^2.5.2",
"gulp-csso": "^0.2.6",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.1",
"gulp-jshint": "^1.5.3",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.6",
"gulp-postcss": "^3.0.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^1.3.3",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-umd": "^0.1.3",
"gulp-useref": "^1.0.2",
"jshint-stylish": "^1.0.0",
"main-bower-files": "^2.5.0",
"opn": "^1.0.0"
}
}