Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillemsc authored Dec 11, 2021
1 parent 2bbf6f5 commit c0a9eee
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 @@
{
"name": "com.juce.coreunity",
"version": "1.0.0",
"displayName": "Juce-CoreUnity",
"description": "Juce Core Unity",
"dependencies": {
"com.juce.utils": "https://github.com/Juce-Assets/Juce-Core#1.0.0"
},
"keywords": [
"Juce",
"UnityCore"
],
"author": {
"name": "Guillem Sunyer",
"email": "juce.unity@gmail.com",
"url": "https://github.com/Juce-Assets/Juce-CoreUnity"
},
"type": "template",
"hideInEditor": false
}

0 comments on commit c0a9eee

Please sign in to comment.