forked from NavidK0/SimpleGraphQL-For-Unity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (27 loc) · 725 Bytes
/
package.json
File metadata and controls
29 lines (27 loc) · 725 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
29
{
"name": "com.lastabyss.simplegraphql",
"version": "1.0.2",
"displayName": "SimpleGraphQL",
"description": "A simple graphQL client that allows one to use .graphql files for queries, mutations, and subscriptions with Unity.",
"unity": "2019.4",
"unityRelease": "11f1",
"keywords": [
"graphql",
"client"
],
"author": {
"name": "Last Abyss Inc.",
"email": "contact@lastabyss.com",
"url": "https://lastabyss.com"
},
"contributors" : [
{
"name" : "Ray De Jesus",
"email" : "ray@scopeweb.nyc"
},
{
"name" : "NuGoon, LLC",
"url" : "https://nugoon.studio"
}
]
}