react-native-pspdfkit-fillgi
Version:
A React Native module for the PSPDFKit library.
36 lines (35 loc) • 916 B
JSON
{
"name": "react-native-pspdfkit-fillgi",
"version": "0.3.2",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
"pspdfkit",
"pdf"
],
"homepage": "https://github.com/PSPDFKit/react-native",
"bugs": {
"url": "https://github.com/PSPDFKit/react-native/issues",
"email": "support@pspdfkit.com"
},
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/PSPDFKit/react-native.git"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"format": "prettier \"{samples/**/*.{md,js},*.{md,js}}\" --write"
},
"peerDependencies": {
"prop-types": ">= 15.6.2 < 16",
"react": ">= 16.8.6 < 17",
"react-native": ">= 0.60.4 < 1"
},
"dependencies": {},
"devDependencies": {
"prettier": "^1.14.3"
},
"main": "index.js",
"author": "hwan"
}