package.json 665 B

1234567891011121314151617181920212223
  1. {
  2. "name": "toha",
  3. "version": "1.0.0",
  4. "description": "A [Hugo](https://gohugo.io/) theme for a personal portfolio with minimalist design and responsiveness.",
  5. "main": "index.js",
  6. "scripts": {
  7. "autoprefixer": "postcss static/assets/css/*/*.css --use autoprefixer -r --no-map"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git+https://github.com/hossainemruz/toha.git"
  12. },
  13. "author": "Emruz Hossain",
  14. "license": "MIT",
  15. "bugs": {
  16. "url": "https://github.com/hossainemruz/toha/issues"
  17. },
  18. "homepage": "https://github.com/hossainemruz/toha#readme",
  19. "devDependencies": {
  20. "autoprefixer": "^9.8.6",
  21. "postcss-cli": "^7.1.2"
  22. }
  23. }