Add package.json
This commit is contained in:
parent
d9d59d8aef
commit
ea518b8394
1 changed files with 28 additions and 0 deletions
28
package.json
Normal file
28
package.json
Normal file
|
|
@ -0,0 +1,28 @@
|
||||||
|
{
|
||||||
|
"name": "@chrismsimpson/metropolis",
|
||||||
|
"version": "10.0.0",
|
||||||
|
"description": "Metropolis: A modern, geometric typeface",
|
||||||
|
"keywords": [
|
||||||
|
"font",
|
||||||
|
"type",
|
||||||
|
"typeface",
|
||||||
|
"metropolis",
|
||||||
|
"geometric",
|
||||||
|
"modern"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/chrismsimpson/Metropolis"
|
||||||
|
},
|
||||||
|
"license": "Unlicense",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/chrismsimpson/Metropolis/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/chrismsimpson/Metropolis",
|
||||||
|
"files": [
|
||||||
|
"Fonts/OpenType",
|
||||||
|
"Fonts/TrueType",
|
||||||
|
"Fonts/UFO",
|
||||||
|
"Fonts/Webfonts"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in a new issue