hexo-theme-ayer/package.json

21 lines
378 B
JSON
Raw Normal View History

2019-12-03 11:37:44 +00:00
{
"name": "ayer",
"version": "1.0.0",
"description": "ayer 是一个轻量优雅的 Hexo 主题",
"main": "index.js",
2019-12-25 13:22:01 +00:00
"dependencies": {
"stylint": "^2.0.0"
},
2019-12-03 11:37:44 +00:00
"devDependencies": {},
"scripts": {
2019-12-25 13:43:56 +00:00
"test": "stylint source/css/style.styl -c .stylintrc"
2019-12-03 11:37:44 +00:00
},
"keywords": [
"ayer",
"hexo",
"light"
],
"author": "shenyu",
"license": "ISC"
}