1{
2 "name": "gohugo-default-theme",
3 "version": "2.6.1",
4 "description": "Base Theme to start Hugo Sites",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git"
9 },
10 "scripts": {
11 "version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md"
12 },
13 "keywords": [
14 "hugo",
15 "gohugo"
16 ],
17 "author": "budparr",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/theNewDynamic/thenewdynamic.com/issues"
21 },
22 "homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme",
23 "devDependencies": {
24 "auto-changelog": "^1.16.1"
25 }
26}