-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (43 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (43 loc) · 1.04 KB
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
37
38
39
40
41
42
43
{
"name": "com.wallstop-studios.data-visualizer",
"version": "0.0.37",
"displayName": "Data Visualizer",
"description": "Data Management UI for Unity's Scriptable Objects",
"dependencies": {},
"unity": "2021.3",
"keywords": [
"Scriptable Object",
"Scriptable Objects",
"SO",
"data",
"UI",
"management"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wallstop/DataVisualizer.git"
},
"bugs": {
"url": "https://github.com/wallstop/DataVisualizer/issues"
},
"author": "wallstop studios <[email protected]> (https://wallstopstudios.com)",
"homepage": "https://github.com/wallstop/DataVisualizer#readme",
"main": "README.md",
"files": [
"Editor",
"Editor.meta",
"Runtime",
"Runtime.meta",
"Tests",
"Tests.meta",
"docs",
"docs.meta",
"README.md.meta",
"LICENSE.meta",
"package.json.meta"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}