-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 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
{
"name": "com.nowsprinting.create-script-folders-with-tests",
"description": "Create script folders (Editor, Runtime, and each Tests) containing assembly definition file (.asmdef).",
"version": "1.2.3",
"author": "Koji Hasegawa <[email protected]> (https://github.com/nowsprinting)",
"changelogUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/releases",
"dependencies": {},
"displayName": "Create Script Folders and Assemblies with Tests",
"documentationUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/README.md",
"files": [
"Documentation~/",
"Editor/",
"Editor.meta",
"Tests/",
"Tests.meta",
"CHANGELOG.md*",
"LICENSE.md*",
"package.json*",
"README.md*"
],
"keywords": [
"Assembly Definition File",
"asmdef",
"script",
"tests"
],
"license": "MIT",
"licensesUrl": "https://github.com/nowsprinting/create-script-folders-with-tests/blob/master/LICENSE.md",
"repository": "https://github.com/nowsprinting/create-script-folders-with-tests",
"unity": "2018.4",
"unityRelease": "0f1"
}