UNPKG

brique

Version:

Create cascading layout grids like Pinterest with the power of CSS Grid Layout.

41 lines (40 loc) 1.24 kB
{ "name": "brique", "version": "1.0.13", "description": "Create cascading layout grids like Pinterest with the power of CSS Grid Layout.", "keywords": [ "grid", "layout", "masonry", "pinterest", "CSS Grid Layout", "brick" ], "homepage": "https://raphpare.github.io/brique", "bug": { "url": "https://github.com/raphpare/brique/issues" }, "license": "ISC", "author": "Raphaël Paré <raph.pare@outlook.com> (https://github.com/raphpare)", "files": [ "lib" ], "main": "lib/index.js", "module": "lib/index.esm.js", "types": "lib/index.d.ts", "repository": { "type": "git", "url": "https://github.com/raphpare/brique.git" }, "scripts": { "build": "rimraf lib && node esbuild.config.js && tsc && npm run typedoc", "watch": "rimraf lib && node esbuild.config.js --watch", "typedoc": "rimraf docs && typedoc --out docs ./src", "clean": "rimraf node_modules && rimraf lib && rimraf docs" }, "devDependencies": { "esbuild": "^0.14.2", "typedoc": "^0.22.10", "typescript": "^4.5.2" } }