forked from csstools/system-font-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 819 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 819 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
{
"name": "system-font-css",
"description": "Use the native system font of the OS running the browser",
"version": "1.1.0",
"author": "Jonathan Neal <jonathantneal@hotmail.com> (http://jonathantneal.com)",
"contributors": [],
"homepage": "https://github.com/jonathantneal/system-font-css",
"license": "CC0-1.0",
"keywords": ["system", "fonts", "faces", "rules", "css", "mac", "windows", "ubuntu", "san", "fransisco", "helvetica", "neue", "lucida", "grande", "segoe", "ui", "microsoft", "sans", "serif"],
"bugs": {
"url": "https://github.com/jonathantneal/system-font-css/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:jonathantneal/system-font-css.git"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {},
"devDependencies": {},
"main": "system-font.css",
"scripts": {}
}