forked from callmecavs/layzr.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (33 loc) · 885 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
{
"name": "layzr.js",
"version": "1.4.1",
"description": "A small, fast, modern, and dependency-free library for lazy loading.",
"homepage": "http://callmecavs.github.io/layzr.js/",
"main": "dist/layzr.js",
"author": "Michael Cavalea",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/callmecavs/layzr.js.git"
},
"bugs": {
"url": "https://github.com/callmecavs/layzr.js/issues"
},
"keywords": [
"images",
"lazy",
"load",
"scroll"
],
"devDependencies": {
"gulp": "^3.8.10",
"gulp-connect": "^2.2.0",
"gulp-header": "^1.2.2",
"gulp-load-plugins": "^0.8.0",
"gulp-plumber": "^1.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.0.2",
"gulp-umd": "^0.1.3",
"node-notifier": "^4.1.2"
}
}