Skip to content

Commit aac2360

Browse files
authored
Create package.json
1 parent c913755 commit aac2360

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "com.devsdaddy.cryptolibrary",
3+
"displayName": "Unity Crypto Library",
4+
"version": "1.0.0",
5+
"unity": "2019.3",
6+
"description": "Unity Crypto Library is a set of free and open source cross-platform tools for using cryptographic and hash functions in your games. It also contains helper classes for handling files and web requests for your convenience.",
7+
"documentationUrl": "https://github.com/DevsDaddy/UnityCrypto/",
8+
"changelogUrl": "https://github.com/DevsDaddy/UnityCrypto/releases",
9+
"licensesUrl": "https://github.com/DevsDaddy/UnityCrypto/blob/main/LICENSE",
10+
"keywords": [
11+
"unity",
12+
"crypto",
13+
"library",
14+
"framework",
15+
"cryptography",
16+
"aes",
17+
"des",
18+
"sha",
19+
"md5"
20+
],
21+
"author": {
22+
"name": "DevsDaddy",
23+
"email": "blackfixltd@gmail.com",
24+
"url": "https://devsdaddy.hashnode.dev/"
25+
},
26+
"category": "Unity"
27+
}

0 commit comments

Comments
 (0)