{ "name": "expo-processing", "version": "2.3.3", "description": "Utilities for using Processing.js on Expo", "main": "index.js", "keywords": [ "expo", "processing.js", "graphics", "opengl", "gl" ], "repository": { "type": "git", "url": "https://github.com/expo/expo.git", "directory": "packages/expo-processing" }, "bugs": { "url": "https://github.com/expo/expo/issues" }, "author": "650 Industries, Inc.", "license": "MIT", "homepage": "https://github.com/expo/expo/tree/main/packages/expo-processing", "dependencies": { "expo-gl": "13.3.0" }, "peerDependencies": { "expo": "*", "processing-js": "^1.6.6" } }