1
0
Fork 0
mirror of https://github.com/adobe-fonts/source-sans.git synced 2024-12-30 14:26:16 +01:00
adobe-source-sans/package.json
Miguel Sousa 24ca02bec1 Update package.json
Additional steps to update the package on npmjs.com:
1. Update/install npm: 'npm install -g npm@latest'
2. Login: 'npm login'
3. cd to folder containing package.json
4. Publish new version: 'npm publish'
2019-01-11 15:05:00 -08:00

33 lines
753 B
JSON

{
"name": "source-sans-pro",
"version": "2.45.0",
"description": "Source Sans Pro is a set of OpenType fonts that have been designed to work well in user interface (UI) environments.",
"keywords": [
"font",
"sans-serif",
"Adobe",
"OpenType",
"otf",
"ttf",
"woff",
"woff2",
"variable"
],
"homepage": "https://adobe-fonts.github.io/source-sans-pro",
"bugs": {
"url": "https://github.com/adobe-fonts/source-sans-pro/issues"
},
"license": "SIL Open Font License 1.1",
"author": {
"name": "Paul D. Hunt"
},
"contributors": [
{
"name": "Miguel Sousa"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/adobe-fonts/source-sans-pro.git#release"
}
}