UNPKG

gel-grid

Version:

A flexible code implementation of the GEL Grid

47 lines (46 loc) 1.21 kB
{ "name": "gel-grid", "version": "7.1.0", "description": "A flexible code implementation of the GEL Grid", "main": "_grid.scss", "scripts": { "build": "npm run build:compressed && npm run build:expanded", "build:compressed": "sass --load-path=node_modules/ --style=compressed --no-source-map src/gel-grid.scss dist/gel-grid.min.css", "build:expanded": "sass --load-path=node_modules/ --style=expanded --no-source-map src/gel-grid.scss dist/gel-grid.css", "prettier": "prettier --write '{lib/**/*,src/**/*,test/**/*,*}.{js,json,mjs,scss}'", "pretest": "npm run prettier", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/bbc/gel-grid.git" }, "keywords": [ "bbc", "gel", "grid" ], "ignore": [ "**/.*", "node_modules", "test", "tests", "dist", "bookmarklets" ], "author": "BBC", "license": "MIT", "bugs": { "url": "https://github.com/bbc/gel-grid/issues" }, "homepage": "https://github.com/bbc/gel-grid", "devDependencies": { "jest": "30.0.3", "prettier": "3.6.2", "sass": "1.89.2" }, "dependencies": { "gel-sass-tools": "4.1.0", "sass-mq": "7.0.0" } }