forked from TomDuchene/unity-git-locks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 728 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 728 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
{
"name": "com.tomduchene.unity-git-locks",
"displayName": "Git Locks",
"version": "1.2.9",
"description": "An editor tool to manipulate git LFS locks",
"keywords": [
"unity",
"unity3d",
"utility"
],
"homepage": "https://github.com/TomDuchene/unity-git-locks",
"bugs": {
"url": "https://github.com/TomDuchene/unity-git-locks/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/TomDuchene/unity-git-locks.git"
},
"license": "MIT",
"author": "Tom Duchene (http://tomduchene.fr/)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "Editor tool",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
}
}