-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from ashblue/feature/fix-master-conflict
Feature/fix master conflict
- Loading branch information
Showing
2 changed files
with
32 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,32 @@ | ||
{ | ||
"name": "com.fluid.dialogue", | ||
"version": "0.0.0", | ||
"displayName": "Fluid Dialogue", | ||
"description": "A Unity dialogue system that features an easy to use drag and drop graph. ScriptableObject driven with the ability to write custom actions and conditions to create complex dialogue workflows.", | ||
"unity": "2019.1", | ||
"dependencies": { | ||
"com.fluid.database": "2.1.0", | ||
"com.fluid.unity-event-plus": "1.2.0", | ||
"com.fluid.simple-spellcheck": "1.1.1", | ||
"com.fluid.find-and-replace": "1.0.1" | ||
} | ||
"name": "com.fluid.dialogue", | ||
"version": "0.0.0", | ||
"displayName": "Fluid Dialogue", | ||
"description": "A Unity dialogue system that features an easy to use drag and drop graph. ScriptableObject driven with the ability to write custom actions and conditions to create complex dialogue workflows.", | ||
"unity": "2019.1", | ||
"dependencies": { | ||
"com.fluid.database": "2.1.0", | ||
"com.fluid.unity-event-plus": "1.2.0", | ||
"com.fluid.simple-spellcheck": "1.1.1", | ||
"com.fluid.find-and-replace": "1.0.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ashblue/fluid-dialogue.git" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/ashblue/fluid-dialogue/issues" | ||
}, | ||
"homepage": "https://github.com/ashblue/fluid-dialogue#readme", | ||
"keywords": [ | ||
"unity", | ||
"dialogue", | ||
"dialogue system" | ||
], | ||
"author": { | ||
"name": "Ash Blue", | ||
"email": "[email protected]", | ||
"url": "http://blueashes.com" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.