-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 822 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name" : "Punica-CSS-Framework",
"description": "Punica CSS Framework is a clean, lightweight, responsive, modern, and fully customizable API-Driven Framework built with SASS/SCSS, offering multi-theme support.",
"version" : "3.1.0",
"homepage" : "https://github.com/codeforms/Punica-CSS-Framework",
"author" : "Fatih Keçeci",
"license" : "MIT",
"keywords" : ["css", "framework", "sass", "responsive", "customizable", "api-driven", "multi-theme"],
"scripts": {
"prod" : "sass src/punica.scss dist/punica.min.css --no-source-map --style compressed",
"unminify" : "sass src/punica.scss dist/punica.css --no-source-map",
"unminify-watch": "npm run unminify -- -w",
"watch" : "npm run prod -- -w"
},
"dependencies": {
"sass": "1.87.0"
}
}