Files
templates/web/gym/neogym/package.json
2024-05-21 03:57:54 +02:00

22 lines
422 B
JSON

{
"name": "neogym",
"version": "1.0.0",
"description": "Gym website template",
"main": "build.js",
"scripts": {
"dev": "sass --watch css/style.scss css/style.css",
"build": "sass css/style.scss css/style.css"
},
"keywords": [
"gym",
"html",
"scss",
"js"
],
"author": "Zvonimir Rudinski <zvonki12@gmail.com>",
"license": "ISC",
"devDependencies": {
"sass": "^1.77.2"
}
}