-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathpackage.json
43 lines (43 loc) · 1.19 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "google-fonts-complete",
"version": "2.2.3",
"description": "A complete list of Google Fonts and their sources",
"keywords": [
"google",
"web",
"fonts",
"complete",
"families",
"family",
"styles",
"variants",
"weights",
"unicode-range"
],
"main": "./google-fonts.json",
"author": "Jonathan Neal <[email protected]> (http://jonathantneal.com)",
"contributors": [
"Jonathan Neal <[email protected]>",
"Ruslan Abdullaev <[email protected]>"
],
"license": "CC0-1.0",
"homepage": "https://github.com/jonathantneal/google-fonts-complete",
"scripts": {
"generateList": "node ./generate-api-response.js",
"generateFonts": "node ./google-fonts-generator.js"
},
"bugs": {
"url": "https://github.com/jonathantneal/google-fonts-complete/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jonathantneal/google-fonts-complete.git"
},
"devDependencies": {
"eslint": "^8.25.0",
"postcss": "^8.3.9"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}