-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.34 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "fluidsizingcss",
"version": "0.0.16",
"description": "FluidSizingCSS is a pure CSS solution for responsive design, offering fluid sizing locks for seamless scaling across devices. It eliminates the need for external tools, enabling developers to create adaptable, lightweight, and fast interfaces with native CSS. Includes common, logical, and physical fluid properties for comprehensive design flexibility.",
"main": "dist/fluidsizingcss.min.css",
"style": "dist/fluidsizingcss.min.css",
"browser": "dist/fluidsizingcss.min.css",
"sideEffects": false,
"files": [
"dist/"
],
"scripts": {
"build": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byteyard/fluidsizingcss.git"
},
"keywords": [
"CSS",
"responsive design",
"fluid sizing",
"adaptive design",
"web development",
"scaling",
"native CSS",
"media queries"
],
"author": "ByteYard GmbH",
"license": "MIT",
"homepage": "http://fluidsizingcss.com",
"bugs": {
"url": "https://github.com/byteyard/fluidsizingcss/issues"
},
"devDependencies": {
"csso": "^5.0.5",
"csso-cli": "^4.0.2"
},
"exports": {
"./all": "./dist/fluidsizingcss.min.css",
"./logical": "./dist/fluidsizingcss-logical.min.css",
"./physical": "./dist/fluidsizingcss-physical.min.css"
}
}