summaryrefslogtreecommitdiffstats
path: root/package.json
blob: cdc35be38839f939f946a2eae52698ca7a432b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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"
}