UNPKG

react-image-lightbox

Version:
43 lines 987 B
{ "name": "react-image-lightbox", "version": "1.0.4", "description": "A lightbox component for React.js", "scripts": { "start": "scripts/dev-examples" }, "main": "lib/ReactImageLightbox.js", "repository": { "type": "git", "url": "https://github.com/fritz-c/react-image-lightbox.git" }, "homepage": "https://github.com/fritz-c/react-image-lightbox", "bugs": "https://github.com/fritz-c/react-image-lightbox/issues", "authors": [ "Chris Fritz" ], "license": "MIT", "dependencies": { "radium": "^0.16.6" }, "peerDependencies": { "react": "^0.14.0" }, "devDependencies": { "gulp": "^3.9.1", "react": "^0.14.0", "react-component-gulp-tasks": "^0.7.7", "react-dom": "^0.14.0", "rf-release": "^0.4.0" }, "keywords": [ "react", "react-component", "image", "lightbox" ], "browserify-shim": { "react": "global:React", "react-dom": "global:ReactDOM", "radium": "global:Radium" } }