avocado-old/packages/entity/package.json

20 lines
441 B
JSON
Raw Normal View History

2019-03-17 23:45:48 -05:00
{
"name": "@avocado/entity",
"version": "1.0.12",
2019-03-17 23:45:48 -05:00
"main": "index.js",
"author": "cha0s",
"license": "MIT",
"dependencies": {
"@avocado/core": "1.x",
2019-03-28 12:56:42 -05:00
"@avocado/graphics": "1.x",
2019-03-17 23:45:48 -05:00
"@avocado/math": "1.x",
"@avocado/resource": "1.x",
2019-03-28 12:56:42 -05:00
"@avocado/physics": "1.x",
"@avocado/timing": "1.x",
2019-04-24 18:01:17 -05:00
"debug": "3.1.0",
2019-03-17 23:45:48 -05:00
"immutable": "4.0.0-rc.12",
"lodash.mapvalues": "4.6.0",
"lodash.without": "4.4.0"
}
}