Files
2014-11-13 11:11:43 +08:00

40 lines
779 B
JSON

{
"name": "Han",
"filename": "han.min.css",
"version": "3.0.0",
"description": "The CSS typography framework optimised for Hanzi",
"npmName": "han-css",
"npmFileMap": [
{
"basePath": "/",
"files": [
"han.min.css",
"han.css",
"han.min.js",
"han.js",
"font/han.woff",
"font/han.otf"
]
}
],
"keywords": [
"CJK",
"normalize",
"typography",
"typesetting"
],
"author": "ethantw <ethantw@me.com>",
"homepage": "http://css.hanzi.co/",
"bugs": "https://github.com/ethantw/Han/issues",
"licenses": [
{
"type": "MIT",
"url": "http://css.hanzi.co/LICENSE.md"
}
],
"repository": {
"type": "git",
"url": "git://github.com/ethantw/Han.git"
}
}