-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 740 Bytes
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
{
"name": "react-image-browser",
"version": "1.2.1",
"description": "React imageBrowser is simple and easy to use pre-built component for react projects. RiB contains slide and grid view, automated slideshow, image-info-options and fullscreen mode.",
"main": "imageBrowser.jsx",
"types": "imageBrowser.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "react-image-browser"
},
"keywords": [
"browser",
"image",
"lightbox",
"slides",
"slideshow",
"gallery",
"automated",
"easy",
"browser"
],
"author": "Timo Anjala",
"license": "MIT",
"peerDependencies": {
"react-swipeable": "^7.0.2"
}
}