bitandblack-rows
Version:
A small and simple CSS gutter to create rows and cells using the flexbox model.
62 lines (61 loc) • 1.8 kB
JSON
{
"name": "bitandblack-rows",
"version": "4.3.0",
"description": "A small and simple CSS gutter to create rows and cells using the flexbox model.",
"keywords": [
"css",
"scss",
"components",
"gutter",
"flexbox",
"responsive",
"breakpoints",
"spaces",
"grid"
],
"homepage": "https://www.bitandblack.com",
"bugs": {
"email": "bug@bitandblack.com",
"url": "https://bitbucket.org/wirbelwild/rows/issues"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/wirbelwild/rows.git"
},
"license": "MIT",
"author": {
"name": "Tobias Köngeter",
"email": "hello@bitandblack.com",
"homepage": "https://www.bitandblack.com"
},
"main": "index.ts",
"types": "index.d.ts",
"directories": {
"lib": "src",
"example": "example"
},
"scripts": {
"build": "tsc",
"build-example": "encore production --progress",
"test": "jest --runInBand",
"test:ci": "jest --config ./jest.config.js --collectCoverage --coverageDirectory=\"./coverage\" --ci --reporters=default --reporters=jest-junit --watchAll=false --detectOpenHandles"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.0",
"@babel/preset-env": "^7.0",
"@symfony/webpack-encore": "^5.0",
"@types/jest": "^30.0",
"jest": "^30.0",
"jest-environment-jsdom": "^30.0",
"jest-junit": "^16.0",
"sass": "^1.0",
"sass-loader": "^16.0",
"ts-jest": "^29.0",
"ts-loader": "^9.0",
"typescript": "^5.0",
"webpack": "^5.0",
"webpack-cli": "^6.0",
"webpack-notifier": "^1.0"
}
}