package.json 485 B

1234567891011121314151617181920
  1. {
  2. "name": "eslint-plugin-react-native-globals",
  3. "version": "0.1.2",
  4. "description": "ESLint Environment for React Native",
  5. "main": "index.js",
  6. "files": [
  7. "index.js"
  8. ],
  9. "license": "MIT",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/satya164/eslint-plugin-react-native-globals"
  13. },
  14. "author": "Satyajit Sahoo <satyajit.happy@gmail.com> (https://github.com/satya164/)",
  15. "keywords": [
  16. "eslint",
  17. "eslint-plugin",
  18. "react-native"
  19. ]
  20. }