23 lines
463 B
JSON
23 lines
463 B
JSON
{
|
|
"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": ""
|
|
}
|