mirror of https://gitlab.com/curben/blog
32 lines
677 B
JSON
32 lines
677 B
JSON
{
|
|
"name": "hexo-theme-typing-curben",
|
|
"description": "a pure and fresh Hexo theme. modified for curben/blog.",
|
|
"version": "1.0.0",
|
|
"keywords": [
|
|
"hexo",
|
|
"theme",
|
|
"typing"
|
|
],
|
|
"author": {
|
|
"name": "geekplux",
|
|
"email": "geekplux@gmail.com",
|
|
"url": "github.com/geekplux"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/geekplux/hexo-theme-typing.git"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"gitment": "^0.0.3",
|
|
"normalize.css": "^8.0.0",
|
|
"typo.css": "^2.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"cssnano": "^4.1.7",
|
|
"postcss-cli": "^6.0.1",
|
|
"postcss-import": "^12.0.1",
|
|
"precss": "^3.1.2"
|
|
}
|
|
}
|