package.json 992B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@yyyyu/react-native-geetest-sensebot",
  3. "author": "yyyyu <g592842897@gmail.com>",
  4. "version": "1.0.0",
  5. "keywords": [
  6. "react-native",
  7. "geetest"
  8. ],
  9. "description": "react native for geetest sensebot.",
  10. "license": "MIT",
  11. "homepage": "https://github.com/yyyyu/react-native-geetest-sensebot",
  12. "repository": {
  13. "type": "git",
  14. "url": "git@github.com:yyyyu/react-native-geetest-sensebot.git"
  15. },
  16. "main": "index.js",
  17. "scripts": {
  18. "test": "echo \"Error: no test specified\" && exit 1",
  19. "postinstall": "node scripts/postinstall"
  20. },
  21. "rnpm": {
  22. "commands": {
  23. "postlink": "node node_modules/@yyyyu/react-native-geetest-sensebot/scripts/postlink"
  24. }
  25. },
  26. "dependencies": {
  27. "invariant": "^2.2.4"
  28. },
  29. "peerDependencies": {
  30. "react-native": ">0.50.0"
  31. },
  32. "devDependencies": {
  33. "babel-eslint": "^8.2.3",
  34. "standard": "^11.0.1"
  35. },
  36. "standard": {
  37. "parser": "babel-eslint",
  38. "globals": ["fetch", "Request"]
  39. }
  40. }