1{
2  "name": "expo-processing",
3  "version": "2.0.0",
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  },
17  "bugs": {
18    "url": "https://github.com/expo/expo/issues"
19  },
20  "author": "650 Industries, Inc.",
21  "license": "MIT",
22  "homepage": "https://github.com/expo/expo/tree/master/packages/expo-processing",
23  "unimodulePeerDependencies": {
24    "@unimodules/core": "*",
25    "expo-gl": "*"
26  },
27  "peerDependencies": {
28    "processing-js": "^1.6.6"
29  }
30}
31