No Description

package.json 473B

12345678910111213141516171819202122232425
  1. {
  2. "name": "react-native-thumbnail",
  3. "version": "1.0.1",
  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.43.3",
  20. "react-native-windows": "0.41.0-rc.1"
  21. }
  22. }