-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 961 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "com.aarthificial.safekeeper",
"displayName": "Safekeeper",
"version": "1.1.0",
"description": "A simple save system for Unity",
"unity": "2021.1",
"keywords": [
"unity",
"save-systems",
"utility"
],
"homepage": "https://safekeeper.aarthificial.com",
"bugs": {
"url": "https://github.com/aarthificial-gamedev/safekeeper/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/aarthificial-gamedev/safekeeper.git"
},
"license": "MIT",
"licensesUrl": "https://github.com/aarthificial-gamedev/safekeeper/blob/main/LICENSE",
"documentationUrl": "https://safekeeper.aarthificial.com",
"changelogUrl": "https://github.com/aarthificial-gamedev/safekeeper/blob/main/CHANGELOG.md",
"peerDependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.0"
},
"author": {
"name": "aarthificial",
"email": "contact@aarthificial.com",
"url": "https://aarthificial.com"
}
}