2019-12-03 11:37:44 +00:00
|
|
|
{
|
2020-03-02 11:32:14 +00:00
|
|
|
"name": "ayer",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "a clean and elegant theme for hexo.",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "parcel serve source-src/main.js -d source/css",
|
|
|
|
"build": "parcel build source-src/main.js -d source/css"
|
|
|
|
},
|
|
|
|
"source": "source-src/main.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/Shen-Yu/hexo-theme-ayer.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hexo",
|
|
|
|
"theme",
|
|
|
|
"blog",
|
|
|
|
"ayer"
|
|
|
|
],
|
|
|
|
"author": "Shen-Yu",
|
|
|
|
"license": "MIT License",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Shen-Yu/hexo-theme-ayer/issues"
|
|
|
|
},
|
|
|
|
"homepage": ".",
|
|
|
|
"devDependencies": {
|
|
|
|
"autoprefixer": "^9.7.4",
|
|
|
|
"parcel-bundler": "^1.12.4",
|
|
|
|
"postcss-modules": "^1.5.0"
|
|
|
|
},
|
|
|
|
"dependencies": {}
|
|
|
|
}
|