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

github.com/peaceiris/hugo-theme-iris.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-27 12:56:06 +0300
committerpeaceiris <30958501+peaceiris@users.noreply.github.com>2020-01-27 12:56:06 +0300
commit55d0ebda0ef78b059dc6c8f923b59ee5fd131c5d (patch)
tree91138fe1eb21333ea3283ae518850fee46fbf975 /package.json
parent30bf975e0b05604575f030b1140976349fc05f97 (diff)
chore: npm init
Diffstat (limited to 'package.json')
-rw-r--r--package.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 00000000..5f527e6f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+ "name": "hugo-theme-iris",
+ "version": "0.1.0",
+ "description": "Hugo IRIS Theme - Portfolio and Blog",
+ "private": true,
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://peaceiris@github.com/peaceiris/hugo-theme-iris.git"
+ },
+ "author": "peaceiris",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/peaceiris/hugo-theme-iris/issues"
+ },
+ "homepage": "https://github.com/peaceiris/hugo-theme-iris#readme"
+}