-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "com.nowsprinting.test-helper",
"description": "Provides custom attributes, comparers, and constraints useful for testing with Unity Test Framework.",
"version": "1.0.0",
"author": "Koji Hasegawa <hasegawa@hubsys.co.jp> (https://github.com/nowsprinting)",
"category": "Unity Test Framework",
"changelogUrl": "https://github.com/nowsprinting/test-helper/releases",
"dependencies": {
"com.unity.test-framework": "1.3.4"
},
"displayName": "Test Helper",
"documentationUrl": "https://nowsprinting.github.io/test-helper/",
"files": [
"Documentation~/",
"Editor/",
"Editor.meta",
"Runtime/",
"Runtime.meta",
"RuntimeInternals/",
"RuntimeInternals.meta",
"Tests/",
"Tests.meta",
"LICENSE.md*",
"package.json*",
"README.md*"
],
"keywords": [
"TestFramework",
"integration testing",
"test",
"unit testing"
],
"license": "MIT",
"licensesUrl": "https://github.com/nowsprinting/test-helper/blob/master/LICENSE.md",
"repository": "https://github.com/nowsprinting/test-helper",
"unity": "2019.4",
"unityRelease": "0f1"
}