-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (28 loc) · 853 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
{
"Author": "Shane Tomlinson <shane@shanetomlinson.com> (https://shanetomlinson.com)",
"name": "connect-fonts-feurasans",
"description": "Feura Sans font pack for connect-fonts",
"keywords": ["font", "font-face", "CSS", "connect-fonts", "feurasans-bold", "feurasans-light", "feurasans-medium", "feurasans-regular"],
"homepage": "https://github.com/shane-tomlinson/connect-fonts-feurasans",
"licenses": [
{
"covers": "software",
"type": "MPL-2.0",
"url": "http://mozilla.org/MPL/2.0/"
},
{
"covers": "fonts",
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/shane-tomlinson/connect-fonts-feurasans"
},
"version": "0.0.3",
"engines": {
"node": ">= 0.4.7"
},
"main": "index"
}