-
-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 KB
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
{
"name": "com.litefeel.bitmapfontimporter",
"displayName": "BitmapFontImporter",
"version": "3.3.0",
"unity": "2018.2",
"description": "Bitmap Font Importer is just perfect Unity asset plugin to import any custom bitmap font to your project. \nIt easy imports any bitmap font generated by third party tools like:littera, bmGlyph, Glyph Designer 2, ShoeBox and Bitmap Font Generator",
"keywords": [
"Font",
"Importer",
"Bitmap"
],
"author": {
"name": "litefeel",
"email": "litefeel@gmial.com",
"url": "https://www.litefeel.com"
},
"category": "Tools",
"type": "tool",
"dependencies": {},
"samples": [
{
"displayName": "Sample",
"description": "Sample",
"path": "Samples~/Sample"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/litefeel/Unity-BitmapFontImporter.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/litefeel/Unity-BitmapFontImporter/issues"
},
"homepage": "https://github.com/litefeel/Unity-BitmapFontImporter#readme"
}