-
Notifications
You must be signed in to change notification settings - Fork 117
/
package.json
42 lines (42 loc) · 950 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
38
39
40
41
42
{
"name": "progressive-image.js",
"version": "1.6.1",
"description": "progressive lazy-loading image system",
"browser": "./dist/progressive-image.js",
"files": [
"dist/**/*"
],
"scripts": {
"build": "npm i && gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Craig Buckler",
"homepage": "https://github.com/craigbuckler/progressive-image.js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/craigbuckler/progressive-image.js.git"
},
"bugs": {
"url": "https://github.com/craigbuckler/progressive-image.js/issues"
},
"keywords": [
"JavaScript",
"progressive",
"image",
"lazy",
"load"
],
"license": "MIT",
"browserslist": [
"> 1%",
"ie 10",
"ie 11"
],
"devDependencies": {
"autoprefixer": "10.3.6",
"cssnano": "5.0.8",
"gulp": "4.0.2",
"gulp-postcss": "9.0.1",
"gulp-terser": "2.1.0"
}
}