No Description

package.json 461B

12345678910111213141516171819202122
  1. {
  2. "name": "react-native-thumbnail",
  3. "version": "1.1.2",
  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": "Hau Vo <hau.vophuoc@gmail.com>",
  17. "license": "MIT",
  18. "peerDependencies": {
  19. "react-native": "^0.47.0"
  20. }
  21. }