No Description

package.json 433B

12345678910111213141516171819
  1. {
  2. "name": "react-native-thumbnail",
  3. "version": "1.1.3",
  4. "description": "Get thumbnail from local media.",
  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. }