UNPKG

react-crowdriff-gallery

Version:

React component to put a CrowdRiff embed code in a React app

39 lines (38 loc) 1.04 kB
{ "name": "react-crowdriff-gallery", "version": "0.0.2", "description": "React component to put a CrowdRiff embed code in a React app", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "NODE_ENV=production babel src --out-dir lib", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/crowdriff/react-crowdriff-gallery.git" }, "keywords": [ "React", "CrowdRiff", "Gallery" ], "author": "CrowdRiff", "license": "ISC", "bugs": { "url": "https://github.com/crowdriff/react-crowdriff-gallery/issues" }, "homepage": "https://github.com/crowdriff/react-crowdriff-gallery#readme", "peerDependencies": { "react": "^16.5.2", "react-dom": "^16.5.2" }, "devDependencies": { "@babel/cli": "^7.1.0", "@babel/core": "^7.1.0", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0" }, "dependencies": {} }