You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 680B

7 years ago
5 years ago
7 years ago
7 years ago
7 years ago
7 years ago
1234567891011121314151617181920212223242526
  1. {
  2. "name": "gohugo-default-theme",
  3. "version": "2.5.6",
  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. }