forked from adobe-fonts/source-code-pro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 824 Bytes
/
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": "source-code-pro",
"version": "2.38.0",
"description": "Source Code Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.",
"keywords": [
"font",
"sans-serif",
"monospace",
"Adobe",
"OpenType",
"otf",
"ttf",
"woff",
"woff2",
"variable"
],
"homepage": "https://adobe-fonts.github.io/source-code-pro",
"bugs": {
"url": "https://github.com/adobe-fonts/source-code-pro/issues"
},
"license": "OFL-1.1",
"author": "Paul D. Hunt",
"contributors": [
{
"name": "Teo Tuominen"
},
{
"name": "Frank Grießhammer"
},
{
"name": "Miguel Sousa"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/adobe-fonts/source-code-pro.git#release"
}
}