66 lines
1.7 KiB
JSON
66 lines
1.7 KiB
JSON
{
|
|
"name": "@pixi/particle-emitter",
|
|
"version": "5.0.8",
|
|
"main": "lib/particle-emitter.js",
|
|
"module": "lib/particle-emitter.es.js",
|
|
"bundle": "dist/particle-emitter.js",
|
|
"typings": "lib/index.d.ts",
|
|
"description": "Particle emitter for Pixi.js",
|
|
"author": "Andrew Start <start.andrew@gmail.com>",
|
|
"peerDependencies": {
|
|
"@pixi/constants": ">=6.0.4 <8.0.0",
|
|
"@pixi/core": ">=6.0.4 <8.0.0",
|
|
"@pixi/display": ">=6.0.4 <8.0.0",
|
|
"@pixi/math": ">=6.0.4 <8.0.0",
|
|
"@pixi/sprite": ">=6.0.4 <8.0.0",
|
|
"@pixi/ticker": ">=6.0.4 <8.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@pixi/constants": ">=6.0.4 <8.0.0",
|
|
"@pixi/core": ">=6.0.4 <8.0.0",
|
|
"@pixi/display": ">=6.0.4 <8.0.0",
|
|
"@pixi/eslint-config": "^2.0.1",
|
|
"@pixi/math": ">=6.0.4 <8.0.0",
|
|
"@pixi/settings": ">=6.0.4 <8.0.0",
|
|
"@pixi/sprite": ">=6.0.4 <8.0.0",
|
|
"@pixi/ticker": ">=6.0.4 <8.0.0",
|
|
"electron": "^18.3.7",
|
|
"eslint": "^7.2.0",
|
|
"gh-pages": "^2.0.0",
|
|
"ncp": "^2.0.0",
|
|
"pixi.js": ">=6.0.4 <8.0.0",
|
|
"rimraf": "^2.5.4",
|
|
"rollup": "^2.7.0",
|
|
"rollup-plugin-commonjs": "^9.2.1",
|
|
"rollup-plugin-jscc": "^1.0.0",
|
|
"rollup-plugin-node-resolve": "^4.0.1",
|
|
"rollup-plugin-sourcemaps": "^0.4.2",
|
|
"rollup-plugin-typescript": "^1.0.0",
|
|
"semver": "^5.3.0",
|
|
"terser": "^5.14.2",
|
|
"tslib": "^1.11.1",
|
|
"typedoc": "^0.22.13",
|
|
"typescript": "^4.3.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/pixijs/particle-emitter"
|
|
},
|
|
"files": [
|
|
"dist/",
|
|
"lib/",
|
|
"LICENSE",
|
|
"package.json",
|
|
"README.md",
|
|
"index.d.ts"
|
|
],
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"./",
|
|
"test/pixi-v6-iife",
|
|
"test/pixi-v6-module"
|
|
]
|
|
},
|
|
"private": false
|
|
} |