package.json 929 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "hugo-lamp",
  3. "version": "1.0.2",
  4. "description": "A light responsive Hugo AMP theme for blogger.",
  5. "main": "index.js",
  6. "scripts": {
  7. "build": "node ./index.js",
  8. "watch": "./node_modules/.bin/nodemon -e scss -w ./ -x npm run build"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/huyb1991/hugo-lamp.git"
  13. },
  14. "keywords": [
  15. "hugo",
  16. "amp",
  17. "blog",
  18. "theme",
  19. "responsive",
  20. "static-site-generator"
  21. ],
  22. "author": {
  23. "name": "Huy Nguyen",
  24. "email": "huyb.1991@gmail.com",
  25. "url": "https://about.me/huyb1991"
  26. },
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/huyb1991/hugo-lamp/issues"
  30. },
  31. "homepage": "https://github.com/huyb1991/hugo-lamp",
  32. "devDependencies": {
  33. "autoprefixer": "^9.8.3",
  34. "cssnano": "^4.1.10",
  35. "node-sass": "^4.14.1",
  36. "nodemon": "^2.0.4",
  37. "postcss": "^7.0.32"
  38. },
  39. "dependencies": {}
  40. }