package.json 856 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "jsc-android",
  3. "version": "245459.0.0",
  4. "description": "Pre-build version of JavaScriptCore to be used by React Native apps",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/react-community/jsc-android-buildscripts.git"
  8. },
  9. "keywords": [
  10. "react-native",
  11. "android",
  12. "jsc"
  13. ],
  14. "license": "BSD-2-Clause",
  15. "bugs": {
  16. "url": "https://github.com/react-community/jsc-android-buildscripts/issues"
  17. },
  18. "homepage": "https://github.com/react-community/jsc-android-buildscripts#readme",
  19. "files": [
  20. "/dist"
  21. ],
  22. "scripts": {
  23. "clean": "rm -rf dist; rm -rf build",
  24. "info": "./scripts/info.sh",
  25. "download": "./scripts/download.sh",
  26. "start": "./scripts/start.sh"
  27. },
  28. "config": {
  29. "webkitGTK": "2.24.2",
  30. "chromiumICUCommit": "b34251f8b762f8e2112a89c587855ca4297fed96"
  31. }
  32. }