hexo-theme-ayer/package.json
2020-03-02 13:55:29 +08:00

30 lines
773 B
JSON

{
"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 --no-source-maps"
},
"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": {
"parcel-bundler": "^1.12.4"
},
"dependencies": {}
}