-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.23 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
34
35
36
{
"name": "com.cobilas.unity.utility",
"version": "2.10.5",
"displayName": "Cobilas Utility",
"description": "Unity package that has a set of utility scripts for Unity3d.",
"licensesUrl": "https://github.com/BelicusBr/com.cobilas.unity.utility/blob/main/LICENSE.md",
"changelogUrl": "https://github.com/BelicusBr/com.cobilas.unity.utility/blob/main/CHANGELOG.md",
"unity": "2019.1",
"unityRelease": "0b5",
"type": "library",
"author": "B\u00e9licusBr",
"repository": {
"url": "git+https://github.com/BelicusBr/com.cobilas.unity.utility.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/BelicusBr/com.cobilas.unity.utility/issues"
},
"homepage": "https://github.com/BelicusBr/com.cobilas.unity.utility#readme",
"main": "index.js",
"scripts": {
"npm_pack": "npm pack --pack-destination C:/local.npm",
"npm_push": "@powershell -Command . cobilas.package.funcs.ps1 ; npm_push -package_name %npm_package_name% -package_version %npm_package_version%",
"npm_pack_push": "npm run npm_pack && npm run npm_push"
},
"keywords": [
"unity3d",
"unity-csharp",
"unitypackage",
"unity-utility"
],
"license": "MIT",
"dependencies": {
"com.cobilas.unity.core.net4x": "1.4.1"
}
}