blog/themes/typing/package.json

32 lines
677 B
JSON
Raw Normal View History

2018-09-10 09:21:59 +00:00
{
2018-10-28 07:54:55 +00:00
"name": "hexo-theme-typing-curben",
"description": "a pure and fresh Hexo theme. modified for curben/blog.",
"version": "1.0.0",
2018-09-10 09:21:59 +00:00
"keywords": [
"hexo",
"theme",
"typing"
],
"author": {
"name": "geekplux",
"email": "geekplux@gmail.com",
"url": "github.com/geekplux"
},
2018-10-28 07:54:55 +00:00
"repository": {
"type": "git",
"url": "https://github.com/geekplux/hexo-theme-typing.git"
},
2018-09-10 09:21:59 +00:00
"license": "MIT",
"dependencies": {
"gitment": "^0.0.3",
2018-10-28 07:54:55 +00:00
"normalize.css": "^8.0.0",
2018-09-10 09:21:59 +00:00
"typo.css": "^2.1.2"
},
"devDependencies": {
2018-10-28 07:54:55 +00:00
"cssnano": "^4.1.7",
"postcss-cli": "^6.0.1",
"postcss-import": "^12.0.1",
"precss": "^3.1.2"
2018-09-10 09:21:59 +00:00
}
}