Skip to content

Commit d46dbe6

Browse files
added package.json
1 parent febadf0 commit d46dbe6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "Punica-CSS-Framework",
3+
"description": "Punica CSS is a clean, lightweight, responsive, modern and fully customizable (even class names) pure CSS Framework based on SASS/SCSS with multi-theme support.",
4+
"version": "2.6.1",
5+
"homepage": "http://www.punicacss.com/",
6+
"author": "CodeForms (https://github.com/codeforms)",
7+
"license": "MIT",
8+
"keywords": [
9+
"css", "framework", "sass", "responsive", "customizable", "multi-theme"
10+
],
11+
"scripts": {
12+
"prod": "node-sass src/punica.scss dist/punica.min.css --output-style compressed",
13+
"watch": "npm run prod -- -w"
14+
},
15+
"dependencies": {
16+
"node-sass": "^7.0.1"
17+
}
18+
}

0 commit comments

Comments
 (0)