avocado-old/packages/entity/package.json

22 lines
500 B
JSON
Raw Normal View History

2019-03-17 23:45:48 -05:00
{
"name": "@avocado/entity",
2019-04-29 20:08:14 -05:00
"version": "1.0.11",
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/mixins": "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",
2019-04-21 01:30:03 -05:00
"lodash.merge": "4.6.1",
2019-03-17 23:45:48 -05:00
"lodash.without": "4.4.0"
}
}