-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
43 lines (43 loc) · 1.14 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": "lazyestload",
"version": "1.1.0",
"description": "load images when they are in (and remain in) the viewport",
"main": "index.js",
"scripts": {
"bsw": "gulp",
"build": "gulp build",
"clean": "gulp clean:code",
"clean-all": "gulp clean",
"pretty": "gulp prettify:src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paul-Browne/lazyestload.js.git"
},
"author": "Paul Browne",
"license": "MIT",
"bugs": {
"url": "https://github.com/Paul-Browne/lazyestload.js/issues"
},
"homepage": "https://github.com/Paul-Browne/lazyestload.js#readme",
"devDependencies": {
"compression": "^1.6.2",
"del": "^3.0.0",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^3.1.0",
"gulp-cssnano": "^2.1.2",
"gulp-htmlmin": "^3.0.0",
"gulp-ignore": "^2.0.2",
"gulp-image": "^4.0.0",
"gulp-image-resize": "^0.13.0",
"gulp-jsbeautifier": "^2.1.1",
"gulp-less": "^3.5.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"image-size": "^0.6.1",
"run-sequence": "^2.2.0",
"serve-static": "^1.12.1"
}
}