avocado-old/packages/graphics/package.json

19 lines
396 B
JSON
Raw Normal View History

2019-03-17 23:45:48 -05:00
{
"name": "@avocado/graphics",
2019-04-18 21:53:09 -05:00
"version": "1.0.2",
2019-03-17 23:45:48 -05:00
"main": "index.js",
"author": "cha0s",
"license": "MIT",
"dependencies": {
"@avocado/core": "1.x",
"@avocado/math": "1.x",
"@avocado/mixins": "1.x",
2019-03-18 20:06:47 -05:00
"@avocado/resource": "1.x",
2019-03-17 23:45:48 -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"
2019-03-17 23:45:48 -05:00
}
}