-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 868 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
{
"name": "react-picture-webp",
"version": "1.1.9",
"description": "Picture generator for React-based app. Intelligent work with webP format!",
"main": "dist/index.js",
"author": "Sviatoslav Kuzhelev Front-End Dev <sviat770@gmail.com> <https://sviathuzh.top>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BiosBoy/react-picture-webp.git"
},
"keywords": [
"js",
"ts",
"picture",
"image",
"image set",
"image-set",
"retina images",
"retina",
"webp",
"react-picture-webp",
"react picture"
],
"bugs": {
"url": "https://github.com/BiosBoy/react-picture-webp/issues"
},
"homepage": "https://github.com/BiosBoy/react-picture-webp",
"devDependencies": {},
"dependencies": {},
"peerDependencies": {
"react": "16.9.0",
"react-dom": "16.9.0"
}
}