-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 849 Bytes
/
package.json
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
{
"name": "com.jakubslaby.localpackageswitcher",
"displayName": "Local Package Switcher",
"description": "Tool to allow for easy swapping between having a package imported in to the project and having a checked out repository to work on the code inside of the package.",
"author": "Jakub Slaby <jakubslaby@gmail.com>",
"tags": [],
"version": "0.3.0",
"dependencies": {
"com.unity.nuget.newtonsoft-json" : "3.2.1"
},
"repository": {
"type": "git",
"url": "git://github.com/JakubSlaby/LocalPackageSwitcher.git"
},
"homepage": "https://github.com/JakubSlaby/LocalPackageSwitcher",
"bugs": {
"url": "https://github.com/JakubSlaby/LocalPackageSwitcher/issues"
},
"directories": {
"editor": "./Editor"
},
"keywords": [
"utility",
"editor",
"package",
"unity"
],
"license": "MIT"
}