UNPKG

flexbox-framework

Version:

A flex Css framework to build a responsive website using only the flexbox model and media queries.

31 lines (30 loc) 731 B
{ "name": "flexbox-framework", "version": "1.2.1", "description": "A flex Css framework to build a responsive website using only the flexbox model and media queries.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "scss": "sass --watch src/styles/main.scss src/styles/main.css" }, "keywords": [ "Css", "Scss", "Framework", "Flexbox", "Responsive", "Website" ], "repository": { "type": "git", "url": "https://github.com/StephenBrooks714/flex_dev" }, "author": "Stephen Brooks", "license": "ISC", "dependencies": { "axios": "^1.7.2", "cookie": "^0.6.0", "node-html-parser": "^6.1.13", "sass": "^1.77.2" } }