summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..cdc35be
--- /dev/null
+++ b/package.json
@@ -0,0 +1,30 @@
+{
+ "author": "Serghei Iakovlev",
+ "bugs": {
+ "url": "https://github.com/sergeyklay/gohugo-theme-ed/issues"
+ },
+ "comments": {
+ "dependencies": {},
+ "devDependencies": {}
+ },
+ "dependencies": {},
+ "description": "Ed theme for minimal editions",
+ "devDependencies": {},
+ "homepage": "https://github.com/sergeyklay/gohugo-theme-ed#readme",
+ "keywords": [
+ "hugo",
+ "theme",
+ "minimal"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "gohugo-theme-ed",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sergeyklay/gohugo-theme-ed.git"
+ },
+ "scripts": {
+ "deploy": " cd exampleSite; hugo;"
+ },
+ "version": "0.1.0"
+}