package.json 736 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "react-native-smart-amap",
  3. "version": "1.0.7",
  4. "description": "A AMap Library for React Native apps.",
  5. "main": "AMap.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/react-native-component/react-native-smart-amap.git"
  12. },
  13. "dependencies": {
  14. "prop-types": "^15.6.0"
  15. },
  16. "keywords": [
  17. "react-native",
  18. "smart",
  19. "map",
  20. "amap",
  21. "component"
  22. ],
  23. "author": "HISAME SHIZUMARU",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://github.com/react-native-component/react-native-smart-amap/issues"
  27. },
  28. "homepage": "https://github.com/react-native-component/react-native-smart-amap#readme"
  29. }