Skip to content

Commit

Permalink
Added package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
yboumaiza7 committed Sep 24, 2024
1 parent 8b03b55 commit 1b01d0c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"displayName": "Inputs Manager",
"name": "dev.bxbstudio.inputs-manager",
"description": "A simple and customization input alternative for Unity based on the New Input System.",
"version": "1.1.0",
"unity": "2021.3",
"unityRelease": "41f1",
"dependencies": {
"com.unity.collections": "1.2.4",
"com.unity.inputsystem": "1.7.0"
},
"documentationUrl": "https://github.com/BxB-Studio/Inputs-Manager/blob/master/README.md",
"changelogUrl": "https://github.com/BxB-Studio/Inputs-Manager/blob/master/README.md",
"licensesUrl": "https://github.com/BxB-Studio/Inputs-Manager/blob/master/LICENSE.md",
"author": {
"name": "BxB Studio",
"email": "[email protected]",
"url": "https://bxbstudio.dev"
}
}

0 comments on commit 1b01d0c

Please sign in to comment.