package.json 520 B

12345678910111213141516171819202122
  1. {
  2. "name": "react-native-print",
  3. "version": "0.4.0",
  4. "description": "Print documents with React Native",
  5. "main": "index.js",
  6. "keywords": [
  7. "react-native",
  8. "print",
  9. "ndef",
  10. "react",
  11. "native"
  12. ],
  13. "repository": {
  14. "type": "git",
  15. "url": "github:christopherdro/react-native-print"
  16. },
  17. "peerDependencies": {
  18. "react-native": ">=0.8.0 || 0.8.0-rc || 0.8.0-rc.2 || 0.9.0-rc || 0.10.1"
  19. },
  20. "author": "Christopher Dro <casheghian@gmail.com> (http://chris.si)",
  21. "license": "MIT"
  22. }