-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathpackage.json
30 lines (30 loc) · 1014 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
{
"name": "system-font-css",
"description": "Use the native system font of the OS running the browser",
"version": "2.0.2",
"author": "Jonathan Neal <[email protected]> (http://jonathantneal.com)",
"contributors": [
"Zach Leatherman <[email protected]> (https://zachleat.com/)"
],
"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": "[email protected]:jonathantneal/system-font-css.git"
},
"engines": {
"node": ">=0.8.0"
},
"dependencies": {
"cpr": "^2.2.0"
},
"devDependencies": {},
"main": "system-font.css",
"scripts": {
"install": "cpr system-font.css _system-font.scss -o && cpr system-font.css system-font.less -o"
}
}