Skip to content

Commit 39b133a

Browse files
author
Arthur Aulicino
committed
feat: add package.json
1 parent a64f571 commit 39b133a

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "com.aaulicino.unity-coroutines-for-nsubstitute",
3+
"displayName": "Unity Coroutines for NSubstitute",
4+
"version": "0.1.0",
5+
"unity": "2020.3",
6+
"description": "Mocking Unity3D Coroutines in Unity3D using NSubstitute",
7+
"keywords": [
8+
"NSubstitute",
9+
"mock",
10+
"coroutine",
11+
"test",
12+
"testing-tools"
13+
],
14+
"homepage": "https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute",
15+
"documentationUrl": "https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/blob/main/README.md",
16+
"changelogUrl": "https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute/blob/main/CHANGELOG.md",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/AAulicino/Unity-Coroutines-for-NSubstitute"
20+
},
21+
"author": {
22+
"name": "Arthur Aulicino",
23+
"url": "https://github.com/AAulicino"
24+
},
25+
"license": "MIT"
26+
}

0 commit comments

Comments
 (0)