react-x-clipboard
Version:
Cross-platform clipboard for ReactDOM and React Native apps.
34 lines (33 loc) • 892 B
JSON
{
"name": "react-x-clipboard",
"version": "3.0.0",
"description": "Cross-platform clipboard for ReactDOM and React Native apps.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/react-x",
"repository": "https://github.com/negativetwelve/react-x/tree/master/packages/react-x-clipboard",
"keywords": [
"clipboard",
"copy",
"cross-platform",
"paste",
"platform",
"react",
"react-native",
"react-x",
"react-x-api"
],
"main": "build/Clipboard",
"files": [
"build"
],
"dependencies": {
"copy-to-clipboard": "^3.0.8"
},
"scripts": {
"build": "babel src --out-dir build --ignore \"**/__tests__/**\"",
"clean": "rimraf build",
"prepublishOnly": "yarn run clean && yarn run build"
},
"gitHead": "d58fae733b5d3766fce3d0969ec5d933c53a868d"
}