-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
34 lines (34 loc) · 845 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
{
"name": "lazyload-image",
"version": "2.2.0",
"description": "HTMLImageElement extension for lazy loading.",
"keywords": [
"image",
"lazyload",
"web-components"
],
"homepage": "https://github.com/1000ch/lazyload-image#readme",
"bugs": {
"url": "https://github.com/1000ch/lazyload-image/issues"
},
"repository": "1000ch/lazyload-image",
"license": "MIT",
"author": {
"name": "Shogo Sensui",
"email": "[email protected]",
"web": "https://github.com/1000ch"
},
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.module.js",
"esmodule": "dist/index.mjs",
"types": "dist/index.d.ts",
"unpkg": "dist/index.mjs",
"scripts": {
"build": "microbundle",
"prepublish": "npm run build"
},
"devDependencies": {
"microbundle": "^0.12.3"
}
}