Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lxndrblz/anatole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..61c21f7
--- /dev/null
+++ b/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "anatole",
+ "version": "1.1.0",
+ "description": "Anatole is a beautiful minimalist two-column hugo theme based on farbox-theme-Anatole.",
+ "scripts": {
+ "prettier": "prettier --write ."
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/lxndrblz/anatole.git"
+ },
+ "keywords": [
+ "theme",
+ "hugo",
+ "farbox",
+ "anatole"
+ ],
+ "author": "Alexander Bilz",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/lxndrblz/anatole/issues"
+ },
+ "homepage": "https://github.com/lxndrblz/anatole#readme",
+ "dependencies": {},
+ "devDependencies": {
+ "prettier": "~2.2.1",
+ "prettier-plugin-go-template": "^0.0.11-beta.13"
+ }
+}