1{ 2 "name": "expo-processing", 3 "version": "2.3.3", 4 "description": "Utilities for using Processing.js on Expo", 5 "main": "index.js", 6 "keywords": [ 7 "expo", 8 "processing.js", 9 "graphics", 10 "opengl", 11 "gl" 12 ], 13 "repository": { 14 "type": "git", 15 "url": "https://github.com/expo/expo.git", 16 "directory": "packages/expo-processing" 17 }, 18 "bugs": { 19 "url": "https://github.com/expo/expo/issues" 20 }, 21 "author": "650 Industries, Inc.", 22 "license": "MIT", 23 "homepage": "https://github.com/expo/expo/tree/main/packages/expo-processing", 24 "dependencies": { 25 "expo-gl": "13.3.0" 26 }, 27 "peerDependencies": { 28 "expo": "*", 29 "processing-js": "^1.6.6" 30 } 31} 32