com.fluid.simple-notifications
Version:
A simple API for displaying notifications to a user during gameplay
31 lines (30 loc) • 816 B
JSON
{
"name": "com.fluid.simple-notifications",
"version": "1.0.0",
"displayName": "Simple Notifications",
"description": "A simple API for displaying notifications to a user during gameplay",
"unity": "",
"dependencies": {
"com.fluid.simple-singleton": "1.0.0",
"com.fluid.simple-settings": "1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/ashblue/unity-simple-notifications.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ashblue/unity-simple-notifications/issues"
},
"homepage": "https://github.com/ashblue/unity-simple-notifications#readme",
"keywords": [
"unity3d",
"upm",
"notifications"
],
"author": {
"name": "Ash Blue",
"email": "ash@clevercrowgames.com",
"url": "http://twitter.com/ashbluewd"
}
}