package.json 463 B

12345678910111213141516171819202122
  1. {
  2. "name": "html",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "dependencies": {
  6. "flickity": "^2.2.1"
  7. },
  8. "devDependencies": {
  9. "node-sass": "^9.0.0"
  10. },
  11. "scripts": {
  12. "test": "echo \"Error: no test specified\" && exit 1",
  13. "sass": "node-sass -w -scss -o css-compiled"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://figureslibres.io/gogs/kevin/Popsu-coloque.git"
  18. },
  19. "author": "",
  20. "license": "ISC",
  21. "description": ""
  22. }