avocado-old/packages/graphics/package.json

20 lines
443 B
JSON
Raw Normal View History

2019-03-17 23:45:48 -05:00
{
"name": "@avocado/graphics",
2019-04-29 20:08:14 -05:00
"version": "1.0.5",
2019-03-17 23:45:48 -05:00
"main": "index.js",
"author": "cha0s",
"license": "MIT",
"dependencies": {
"@avocado/core": "1.x",
"@avocado/math": "1.x",
2019-03-18 20:06:47 -05:00
"@avocado/resource": "1.x",
2019-04-21 05:07:15 -05:00
"@pixi/filter-advanced-bloom": "2.7.0",
2019-04-24 18:01:17 -05:00
"debug": "3.1.0",
2019-03-18 20:06:47 -05:00
"immutable": "4.0.0-rc.12",
2019-04-18 21:53:09 -05:00
"pixi.js": "4.8.6",
"three": "0.103.0",
"three.proton.js": "0.1.5",
"web-animations-js": "2.3.1"
2019-03-17 23:45:48 -05:00
}
}