lime-css-framework 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,33 @@
1
+ {
2
+ "name": "lime-css-framework",
3
+ "version": "1.0.0",
4
+ "description": "A lightweight, modern CSS framework focused on simplicity, variables, and clean UI components.",
5
+ "main": "dist/lime.css",
6
+ "style": "dist/lime.css",
7
+ "files": [
8
+ "dist/",
9
+ "documentation/",
10
+ "LICENSE",
11
+ "README.md"
12
+ ],
13
+ "scripts": {
14
+ "build": "echo 'No build step - using pre-built CSS'"
15
+ },
16
+ "keywords": [
17
+ "css",
18
+ "css-framework",
19
+ "frontend",
20
+ "ui",
21
+ "lime"
22
+ ],
23
+ "author": "Lime CSS Contributors",
24
+ "license": "MIT",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/shaik-obydullah/lime-css-framework.git"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/shaik-obydullah/lime-css-framework/issues"
31
+ },
32
+ "homepage": "https://github.com/shaik-obydullah/lime-css-framework#readme"
33
+ }