We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90a6efa commit ab749c1Copy full SHA for ab749c1
package.json
@@ -0,0 +1,24 @@
1
+{
2
+ "name": "photoswipe-fullscreen",
3
+ "version": "1.0.5",
4
+ "description": "Fullscreen for PhotoSwipe",
5
+ "main": "photoswipe-fullscreen.esm.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/arnowelzel/photoswipe-fullscreen"
12
13
+ "keywords": [
14
+ "PhotoSwipe",
15
+ "full",
16
+ "screen"
17
+ ],
18
+ "author": "Arno Welzel <[email protected]>",
19
+ "license": "MIT",
20
+ "bugs": {
21
+ "url": "https://github.com/arnowelzel/photoswipe-fullscreen/issues"
22
23
+ "homepage": "https://github.com/arnowelzel/photoswipe-fullscreen#readme"
24
+}
0 commit comments