compiled package.json

This commit is contained in:
Luca Gesmundo 2018-11-29 23:43:36 +01:00
parent f52d90d66e
commit 6b28603a49
4 changed files with 25 additions and 1 deletions

View File

@ -3,7 +3,7 @@ head
meta(charset="UTF-8")
meta(name="viewport" content="width=device-width, initial-scale=1.0")
meta(http-equiv="X-UA-Compatible" content="ie=edge")
link(rel="stylesheet", href="typo.css")
link(rel="stylesheet", href="medium_extended.css")
body
.container
.meta

24
package.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "medium.css",
"version": "1.0.0",
"description": "a minimal set of typography devoted to Medium.com",
"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"
}