-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1.04 KB
/
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
30
31
32
33
{
"name": "com.cobilas.unity.editorterminal",
"version": "1.1.0",
"description": "Package for unity3d that adds a terminal.",
"displayName": "Unity Editor Terminal",
"type": "tool",
"unity": "2017.4",
"licensesUrl": "https://github.com/BelicusBr/com.cobilas.unity.editorterminal/blob/main/LICENSE.md",
"changelogUrl": "https://github.com/BelicusBr/com.cobilas.unity.editorterminal/blob/main/CHANGELOG.md",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"init_pack": "npm pack --pack-destination C:/local.npm"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BelicusBr/com.cobilas.unity.editorterminal.git"
},
"keywords": [
"unity3d",
"csharp",
"unity-csharp",
"unity-terminal",
"terminal",
"unity2017"
],
"author": "BélicusBr",
"license": "MIT",
"bugs": {
"url": "https://github.com/BelicusBr/com.cobilas.unity.editorterminal/issues"
},
"homepage": "https://github.com/BelicusBr/com.cobilas.unity.editorterminal#readme"
}