package.json 485 B

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