forked from benhowell/react-grid-gallery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.39 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "react-grid-gallery",
"version": "0.5.2",
"description": "Justified gallery component for React.",
"main": "lib/Gallery.js",
"dependencies": {
"react-images": "^0.5.16",
"prop-types": "^15.5.8"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"browserify": "^14.3.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-beautify": "^2.0.0",
"gulp-clean": "^0.3.2",
"gulp-gh-pages": "^0.5.4",
"gulp-if": "^2.0.1",
"gulp-uglify": "^2.0.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"run-sequence": "^1.2.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/benhowell/react-grid-gallery.git"
},
"keywords": [
"react",
"react-component",
"lightbox",
"image",
"images",
"photo",
"photos",
"gallery",
"select",
"selectable",
"justified",
"tags",
"tagging",
"EXIF",
"image gallery",
"photo gallery"
],
"author": "Ben Howell",
"license": "MIT",
"bugs": {
"url": "https://github.com/benhowell/react-grid-gallery/issues"
},
"homepage": "https://benhowell.github.io/react-grid-gallery/"
}