-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
17 lines (17 loc) · 711 Bytes
/
package.json
File metadata and controls
17 lines (17 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"name": "com.devforge.whereileftoff",
"displayName": "Where I Left Off",
"version": "1.0.1",
"description": "Quick exit notes and next-launch reminders for your Unity project. Save references to scenes, prefabs, and scripts.",
"unity": "6000.0",
"unityRelease": "43f1",
"author": {
"name": "Miguel Ángel García Lucena - Maglucen",
"email": "maglucen@gmail.com",
"url": "https://maglucen.com"
},
"license": "MIT",
"documentationUrl": "https://github.com/DevForgeTools/com.devforge.whereileftoff/wiki",
"changelogUrl": "https://github.com/DevForgeTools/com.devforge.whereileftoff/releases",
"keywords": ["unity", "productivity", "notes", "editor", "workflow", "session"]
}