medium.css/package.json
2018-12-03 12:36:09 +01:00

26 lines
649 B
JSON

{
"name": "medium.css",
"version": "1.0.2",
"description": "a minimal set of typography devoted to Medium.com",
"keywords": ["typography", "medium", "medium.com", "fonts"],
"main": "medium.css",
"style": "medium.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"LICENSE.md",
"medium.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lucagez/medium.css.git"
},
"author": "Luca Gesmundo",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucagez/medium.css/issues"
},
"homepage": "https://github.com/lucagez/medium.css#readme"
}