Initial commit

This commit is contained in:
2020-11-16 21:22:51 +01:00
commit 25d5bd4322
66 changed files with 8393 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "@thumbsup/theme-flow",
"version": "1.3.0",
"description": "Thumbsup flow theme",
"author": "Thumbsup",
"license": "MIT",
"homepage": "https://github.com/thumbsup/theme-flow#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/thumbsup/theme-flow.git"
},
"bugs": {
"url": "https://github.com/thumbsup/theme-flow/issues"
},
"thumbsup": {
"themeRoot": "theme"
},
"publishConfig": {
"access": "public"
}
}