12345678910111213141516171819202122 |
- {
- "name": "html",
- "version": "1.0.0",
- "main": "index.js",
- "dependencies": {
- "flickity": "^2.2.1"
- },
- "devDependencies": {
- "node-sass": "^9.0.0"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "sass": "node-sass -w -scss -o css-compiled"
- },
- "repository": {
- "type": "git",
- "url": "https://figureslibres.io/gogs/kevin/Popsu-coloque.git"
- },
- "author": "",
- "license": "ISC",
- "description": ""
- }
|