2017-04-11 03:27:13 +02:00
|
|
|
{
|
|
|
|
"name": "gohugo-default-theme",
|
2019-12-30 18:37:03 +01:00
|
|
|
"version": "2.5.6",
|
2017-04-11 03:27:13 +02:00
|
|
|
"description": "Base Theme to start Hugo Sites",
|
2019-10-27 22:58:15 +01:00
|
|
|
"main": "index.js",
|
2017-04-11 03:27:13 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git"
|
|
|
|
},
|
2019-10-27 22:58:15 +01:00
|
|
|
"scripts": {
|
2019-10-27 22:59:20 +01:00
|
|
|
"version": "auto-changelog -p --template keepachangelog --commit-limit 0 && git add CHANGELOG.md"
|
|
|
|
},
|
2017-04-11 03:27:13 +02:00
|
|
|
"keywords": [
|
|
|
|
"hugo",
|
|
|
|
"gohugo"
|
|
|
|
],
|
|
|
|
"author": "budparr",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/theNewDynamic/thenewdynamic.com/issues"
|
|
|
|
},
|
2019-10-27 22:58:15 +01:00
|
|
|
"homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"auto-changelog": "^1.16.1"
|
|
|
|
}
|
2017-04-11 03:27:13 +02:00
|
|
|
}
|