UNPKG

997 BJSONView Raw
1{
2 "name": "@pixi/core",
3 "version": "6.3.2",
4 "main": "dist/cjs/core.js",
5 "module": "dist/esm/core.js",
6 "bundle": "dist/browser/core.js",
7 "description": "Core PixiJS",
8 "author": "Mat Groves",
9 "contributors": [
10 "Matt Karl <matt@mattkarl.com>"
11 ],
12 "homepage": "http://pixijs.com/",
13 "bugs": "https://github.com/pixijs/pixi.js/issues",
14 "license": "MIT",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/pixijs/pixi.js.git"
18 },
19 "publishConfig": {
20 "access": "public"
21 },
22 "files": [
23 "lib",
24 "dist",
25 "*.d.ts"
26 ],
27 "funding": {
28 "type": "opencollective",
29 "url": "https://opencollective.com/pixijs"
30 },
31 "dependencies": {
32 "@types/offscreencanvas": "^2019.6.4"
33 },
34 "peerDependencies": {
35 "@pixi/constants": "6.3.2",
36 "@pixi/math": "6.3.2",
37 "@pixi/runner": "6.3.2",
38 "@pixi/settings": "6.3.2",
39 "@pixi/ticker": "6.3.2",
40 "@pixi/utils": "6.3.2"
41 },
42 "gitHead": "87031295631dcd7db3e24b99ed7ceb2c4f963a40"
43}