No Description

package.json 429B

1234567891011121314151617181920212223
  1. {
  2. "name": "react-native-thumbnail",
  3. "version": "1.0.7",
  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. }
  21. }