-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
executable file
·17 lines (17 loc) · 1023 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "nl.elraccoone.entity-component-system",
"displayName": "Entity Component System",
"version": "5.3.0",
"description": "A better approach to game design that allows you to concentrate on the actual problems you are solving: the data and behavior that make up your game. By moving from object-oriented to data-oriented design it will be easier for you to reuse the code and easier for others to understand and work on it.",
"type": "library",
"hideInEditor": false,
"documentationUrl": "https://github.com/jeffreylanters/unity-entity-component-system/blob/master/README.md",
"changelogUrl": "https://github.com/jeffreylanters/unity-entity-component-system/releases",
"licensesUrl": "https://github.com/jeffreylanters/unity-entity-component-system/blob/master/LICENSE.md",
"repository": "https://github.com/jeffreylanters/unity-entity-component-system.git",
"author": {
"name": "Jeffrey Lanters",
"email": "[email protected]",
"url": "https://github.com/jeffreylanters"
}
}