No Description

package.json 492B

12345678910111213141516171819202122232425
  1. {
  2. "name": "react-native-thumbnail",
  3. "version": "1.1.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [
  10. "react-native"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/phuochau/react-native-thumbnail.git"
  15. },
  16. "author": "",
  17. "license": "",
  18. "peerDependencies": {
  19. "react-native": "^0.47.0"
  20. },
  21. "dependencies": {
  22. "react-native-thumbnail": "^1.1.0"
  23. }
  24. }