ananke/package.json

27 lines
680 B
JSON
Raw Normal View History

2017-04-11 03:27:13 +02:00
{
"name": "gohugo-default-theme",
2020-06-25 20:20:09 +02:00
"version": "2.6.1",
2017-04-11 03:27:13 +02:00
"description": "Base Theme to start Hugo Sites",
"main": "index.js",
2017-04-11 03:27:13 +02:00
"repository": {
"type": "git",
"url": "git+https://github.com/theNewDynamic/thenewdynamic.com.git"
},
"scripts": {
"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"
},
"homepage": "https://github.com/theNewDynamic/thenewdynamic.com#readme",
"devDependencies": {
"auto-changelog": "^1.16.1"
}
2017-04-11 03:27:13 +02:00
}