-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.47 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "com.nowsprinting.test-helper.monkey",
"description": "Reference implementation that performs object-based Unity UI (uGUI) monkey tests and API for custom implementation.",
"version": "0.13.2",
"author": "Koji Hasegawa <[email protected]> (https://github.com/nowsprinting)",
"category": "Unity Test Framework",
"changelogUrl": "https://github.com/nowsprinting/test-helper.monkey/releases",
"dependencies": {
"com.cysharp.unitask": "2.3.3",
"com.nowsprinting.test-helper": "0.7.1",
"com.nowsprinting.test-helper.random": "0.3.0",
"com.unity.ugui": "1.0.0"
},
"displayName": "Monkey Test Helper",
"documentationUrl": "https://github.com/nowsprinting/test-helper.monkey/blob/master/README.md",
"files": [
"Annotations/",
"Annotations.meta",
"Documentation~",
"Editor/",
"Editor.meta",
"Runtime/",
"Runtime.meta",
"Samples~",
"Tests/",
"Tests.meta",
"LICENSE.md*",
"package.json*",
"README.md*"
],
"keywords": [
"TestFramework",
"integration testing",
"monkey testing",
"test"
],
"license": "MIT",
"licensesUrl": "https://github.com/nowsprinting/test-helper.monkey/blob/master/LICENSE.md",
"repository": "https://github.com/nowsprinting/test-helper.monkey",
"samples": [
{
"displayName": "uGUI Demo",
"description": "Monkey and scenario testing demo for uGUI based app",
"path": "Samples~/uGUI Demo"
}
],
"unity": "2019.4",
"unityRelease": "0f1"
}