-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (22 loc) · 759 Bytes
/
package.json
File metadata and controls
27 lines (22 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "com.baste.animationplayer",
"version": "0.2.0",
"displayName": "AnimationPlayer",
"description": "Tool for playing animations in Unity",
"unity" : "2018.4",
"author": {
"name": "Baste Nesse Buanes",
"email": "baste@rain-games.com",
"url": "https://github.com/Baste-RainGames/AnimationPlayer"
},
"dependencies" : {
"com.baste.playerloopinterface": "1.0.0"
},
"samples": [
{
"displayName": "Development Samples",
"description": "Code used for testing during development. Not really a 'sample', but this was the cleanest way I figured out to put them in the git repo without dumping the code into all user repos that grab the project.",
"path": "Samples~/DevelopmentSamples"
}
]
}