-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 849 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 849 Bytes
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
{
"name": "cal-sans",
"description": "Geometric sans-serif typeface to adorn the headlines and interfaces of Cal.com",
"version": "0.0.0",
"author": "Mark Davis <Mark@DesignerMarkDavis.com>",
"homepage": "https://github.com/calendso/font",
"repository": "https://github.com/calendso/font.git",
"bugs": "https://github.com/calendso/font/issues",
"files": [
"fonts/webfonts/*.ttf",
"fonts/webfonts/*.woff2",
"fonts/webfonts/*.woff",
"index.css"
],
"main": "index.css",
"sideEffects": false,
"prettier": {
"endOfLine": "auto",
"printWidth": 120,
"semi": true,
"singleQuote": false,
"trailingComma": "all"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"keywords": [
"cal",
"cal-sans"
],
"license": "SEE LICENSE IN OFL.TXT"
}