-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 917 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
30
31
32
33
34
35
36
{
"name": "com.agraris.core",
"version": "1.0.0-alpha.6",
"displayName": "Agraris Core",
"description": "Agraris tools core components. Intended for internal use.",
"unity": "2019.3",
"unityRelease": "1f1",
"keywords": [
"utility",
"tool",
"unity",
"singleton",
"android",
"build-pipeline",
"game-data",
"save-data"
],
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/agraris/com.agraris.core.git"
},
"bugs": {
"url": "https://github.com/agraris/com.agraris.core/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@agraris"
},
"license": "MIT",
"author": {
"name": "Agraris Entertainment",
"url": "https://agraris.github.io/"
}
}